Update to remove unnecessary increment

only capturing the returned value from configure_modem.sh is required
This commit is contained in:
Robert Colvin 2022-10-24 13:34:37 +02:00 committed by GitHub
parent cca880e92d
commit fa3638b45b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@ for i in {1..4}; do
if [[ $MODEM_CONFIG -eq 0 ]]; then
break
fi
i=$(($i+1))
sleep 1
done