commit
cea839875f
1 changed files with 6 additions and 0 deletions
|
@ -23,3 +23,9 @@ elif [ "$(get_setting wifi.enabled)" == "1" ] || [ "$1" == "enable" ]
|
|||
then
|
||||
nohup wifictl enable &
|
||||
fi
|
||||
|
||||
NETCHECK=$(systemctl status connman >/dev/null 2>&1)
|
||||
if [ "$?" = "0" ]
|
||||
then
|
||||
systemctl restart connman
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue