Skip to content
Snippets Groups Projects
Commit bd14a6ac authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix the init script


The rewrite after the introduction of the daemon-util script has a
copy-paste error.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent d9a51679
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ maybe_do() {
start_all() {
check_config
for i in $NODED $MASTERD $CONFD $RAPI; do \
maybe_do "$1" stop_action $i
maybe_do "$1" start_action $i
done
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment