Add sleep before reboot Podkop

This commit is contained in:
CodeRoK7
2025-02-27 01:05:52 +05:00
committed by GitHub
parent 5cba67b04e
commit 931f369882

View File

@@ -298,6 +298,9 @@ printf "\033[32;1mRestart firewall and network...\033[0m\n"
service firewall restart service firewall restart
service network 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" printf "\033[32;1mService Podkop restart...\033[0m\n"
service podkop restart service podkop restart