This commit is contained in:
john30
2017-08-27 14:10:51 +02:00
parent c89b3b555f
commit a175bf567c
+1 -1
View File
@@ -308,7 +308,7 @@ nocommand
EOF
status=1
cnt=3
while [ ! "$status" = 0 ] && [ $cnt -gt 0]; do
while [[ ! "$status" = 0 ]] && [[ $cnt -gt 0 ]]; do
sleep 5
echo `date` "check signal"
./src/tools/ebusctl -p 8877 state | egrep -q "signal acquired"