mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-14 23:24:55 +00:00
Update to remove unnecessary increment
only capturing the returned value from configure_modem.sh is required
This commit is contained in:
parent
cca880e92d
commit
fa3638b45b
@ -9,7 +9,6 @@ for i in {1..4}; do
|
|||||||
if [[ $MODEM_CONFIG -eq 0 ]]; then
|
if [[ $MODEM_CONFIG -eq 0 ]]; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
i=$(($i+1))
|
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user