1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

remove fw4 log from omr-dscp

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-01-12 18:22:15 +01:00
parent e217e67bff
commit 29f0233618

View file

@ -152,7 +152,7 @@ _cleanup() {
config_foreach _remove_rules
uci -q commit dhcp
uci -q commit firewall
fw4 restart
fw4 -q restart
}
start_service() {
@ -171,7 +171,7 @@ start_service() {
config_foreach _add_dscp_rules classify
config_foreach _add_dscp_domain domains
uci -q commit dhcp
fw4 restart
fw4 -q restart
}
stop_service() {