From 9ab6a6980ad46f925ef5e78d76da0b1f6a341bc5 Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Thu, 4 Dec 2014 17:42:18 +0100 Subject: [PATCH] correct waitslaves --- master/etc/init.d/waitslaves | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master/etc/init.d/waitslaves b/master/etc/init.d/waitslaves index bfc2133..8347d2c 100755 --- a/master/etc/init.d/waitslaves +++ b/master/etc/init.d/waitslaves @@ -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 -- 2.30.2