bug in _command finding
This commit is contained in:
@@ -77,7 +77,8 @@ do if [[ "${!i}" == */_command ]]
|
||||
do [ -f "'${!i}'" ] && {
|
||||
break
|
||||
} || {
|
||||
echo Waiting for _command file
|
||||
echo Waiting for _command file '${!i}'
|
||||
retrys=$(( $retrys + 1 ))
|
||||
sleep 1; [ "$retrys" -gt 15 ] && break;
|
||||
}
|
||||
done ' >> "$JOBFILE"
|
||||
|
||||
Reference in New Issue
Block a user