fix: move network restart run

This commit is contained in:
Slava-Shchipunov
2024-10-30 10:23:52 +07:00
parent 415b5df621
commit 7b9f7ba605
2 changed files with 4 additions and 3 deletions

View File

@@ -105,8 +105,6 @@ wg_awg_setup() {
uci set firewall.@forwarding[-1].family='ipv4'
uci commit firewall
fi
service network restart
}
wg_awg_setup "$1"