mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-14 15:24:52 +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
|
||||
break
|
||||
fi
|
||||
i=$(($i+1))
|
||||
sleep 1
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user