Add restart odhcpd

This commit is contained in:
CodeRoK7
2025-03-10 12:04:59 +05:00
committed by GitHub
parent d073b45a2d
commit 8e475eacc6

View File

@@ -607,8 +607,9 @@ then
uci commit firewall
fi
printf "\033[32;1mRestart service dnsmasq...\033[0m\n"
printf "\033[32;1mRestart service dnsmasq, odhcpd...\033[0m\n"
service dnsmasq restart
service odhcpd restart
path_podkop_config="/etc/config/podkop"
path_podkop_config_backup="/root/podkop"