update opwifi

This commit is contained in:
桐话
2024-05-21 06:13:39 +08:00
committed by GitHub
parent d57cb2701f
commit 43634283b4
+3 -2
View File
@@ -4,6 +4,7 @@ START=99
STOP=10
start() {
sleep 60
/sbin/wifi up
}
@@ -12,6 +13,6 @@ stop() {
}
restart() {
stop
start
/sbin/wifi down
/sbin/wifi up
}