update opwifi

This commit is contained in:
桐话
2024-05-21 00:17:17 +08:00
committed by GitHub
parent c35eb32810
commit d57cb2701f
+2 -5
View File
@@ -5,16 +5,13 @@ STOP=10
start() {
/sbin/wifi up
return 0
}
stop() {
/sbin/wifi down
return 0
}
restart() {
if stop; then
start
fi
stop
start
}