correct waitslaves
authorLaurent Mazet <laurent.mazet@thalesgroup.com>
Thu, 4 Dec 2014 16:42:18 +0000 (17:42 +0100)
committerLaurent Mazet <laurent.mazet@thalesgroup.com>
Thu, 4 Dec 2014 16:42:18 +0000 (17:42 +0100)
master/etc/init.d/waitslaves

index bfc2133b7b00f57f693f3aae1b8e5f94b4470f62..8347d2c59a638ebb2226f60a59e559a68a74f6ff 100755 (executable)
@@ -30,8 +30,8 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
 . /lib/lsb/init-functions
 
 do_start () {
-    log_action_msg "Waite all slave blades"
-    $SCRIPT -t $TIMEOUT -w -c 'test -e /home/trc6500 && echo ok'
+    log_action_msg "Wait all slave blades"
+    $SCRIPT -t $TIMEOUT -x -w -c 'test -e /home/trc6500 && echo ok'
 }
 
 case "$1" in