Fix the init script
authorIustin Pop <iustin@google.com>
Fri, 6 Nov 2009 10:55:49 +0000 (11:55 +0100)
committerIustin Pop <iustin@google.com>
Fri, 6 Nov 2009 11:38:47 +0000 (12:38 +0100)
The rewrite after the introduction of the daemon-util script has a
copy-paste error.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

doc/examples/ganeti.initd.in

index 9897820..5dc0396 100644 (file)
@@ -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
 }