From 8e475eacc6f2d900776af37e9892a736126bd1e7 Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Mon, 10 Mar 2025 12:04:59 +0500 Subject: [PATCH] Add restart odhcpd --- awg_config.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awg_config.sh b/awg_config.sh index 3ad6958..ca86161 100644 --- a/awg_config.sh +++ b/awg_config.sh @@ -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"