From afc73546b621fb1a38e5802117ba4f71de1fa060 Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Thu, 27 Feb 2025 23:53:32 +0500 Subject: [PATCH] Delete network restart --- off_awg_config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/off_awg_config.sh b/off_awg_config.sh index 9ee07d5..86755ae 100644 --- a/off_awg_config.sh +++ b/off_awg_config.sh @@ -55,8 +55,8 @@ echo "Run and enabled autostart youtubeUnblock and ruantiblock..." manage_package "youtubeUnblock" "enable" "start" manage_package "ruantiblock" "enable" "start" -printf "\033[32;1mRestart firewall and network...\033[0m\n" +printf "\033[32;1mRestart firewall...\033[0m\n" service firewall restart -service network restart +#service network restart -printf "\033[32;1mOff configured completed...\033[0m" \ No newline at end of file +printf "\033[32;1mOff configured completed...\033[0m\n"