This commit is contained in:
CodeRoK7
2025-04-03 18:15:00 +00:00
parent b04ccccf61
commit beb7fd0568

View File

@@ -687,9 +687,6 @@ do
if [ "$currIter" = "1" ]
then
service firewall restart
printf "\033[32;1mRestart service dnsmasq, odhcpd...\033[0m\n"
service dnsmasq restart
service odhcpd restart
fi
#service firewall restart
#service network restart
@@ -748,6 +745,10 @@ else
fi
fi
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"
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/beta"