bug hunting

This commit is contained in:
ville rantanen
2014-09-02 10:42:07 +03:00
parent 50c6fa4183
commit 3f3159b23e

View File

@@ -72,7 +72,7 @@ do if [[ "${!i}" == */_command ]]
do [ -f "'${!i}'" ] && { do [ -f "'${!i}'" ] && {
break break
} || { } || {
echo Waiting for _command file '${!i}' echo Waiting for _command file "'${!i}'"
retrys=$(( $retrys + 1 )) retrys=$(( $retrys + 1 ))
sleep 1; [ "$retrys" -gt 15 ] && break; sleep 1; [ "$retrys" -gt 15 ] && break;
} }