natflow: fix cbi control not work

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-09-03 12:42:48 +08:00
parent 16d11fd762
commit 677972ddd9

View File

@ -46,5 +46,7 @@ stop() {
} }
restart() { restart() {
stop
sleep 1
start start
} }