mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Shell Check fixes
This commit is contained in:
@@ -57,7 +57,7 @@ for i in $(seq 1 $WAIT_SECONDS); do
|
||||
echo "--- Services are healthy! ---"
|
||||
break
|
||||
fi
|
||||
if [ $i -eq $WAIT_SECONDS ]; then
|
||||
if [ "$i" -eq "$WAIT_SECONDS" ]; then
|
||||
echo "--- Timeout: Services did not become healthy after $WAIT_SECONDS seconds. ---"
|
||||
docker logs netalertx-test-container
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user