services: Fix shellcheck error
This commit is contained in:
parent
facaa3e185
commit
94673ea507
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ while true; do
|
||||||
|
|
||||||
((++COUNTER))
|
((++COUNTER))
|
||||||
|
|
||||||
if [ $COUNTER -gt 20 ]; then
|
if [ "$COUNTER" -gt 20 ]; then
|
||||||
printf "X did not start in time\n"
|
printf "X did not start in time\n"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue