diff --git a/awg_config.sh b/awg_config.sh index b1be5fb..5912460 100644 --- a/awg_config.sh +++ b/awg_config.sh @@ -298,6 +298,9 @@ printf "\033[32;1mRestart firewall and network...\033[0m\n" service firewall restart service network restart +second=15 +echo "Please wait $second seconds for reboot network..." +sleep $second printf "\033[32;1mService Podkop restart...\033[0m\n" service podkop restart