fix mwan3 service

This commit is contained in:
fujr 2024-11-27 12:14:08 +08:00
parent 9f4cc4778e
commit 6ff365c9b5

View File

@ -17,6 +17,7 @@ start_service() {
config_get enable global enable_mwan 0
if [ "$enable" -eq 0 ]; then
stop_service
return
fi
start_mwan3 ipv4
}