Mise à jour de 'files/usr/sbin/wwan_reconnect'
This commit is contained in:
parent
f25cb1f9f0
commit
d897436ab4
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue