Mise à jour de 'files/usr/sbin/wwan_reconnect'

This commit is contained in:
Quentin 2021-08-21 14:39:51 +02:00
parent f25cb1f9f0
commit d897436ab4
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ if [[ $MODEM_STATE == 'registered' ]] ; then
echo "trigger simple-connect"
ifup broadband
sleep 600 # prevent loops
elif [[ $MODEM_STATE == 'disabled' ]] ; then
echo "trigger simple-connect"
ifup broadband
sleep 600 # prevent loops
else
echo "do nothing"
fi