diff --git a/update-lxc-single-container.sh b/update-lxc-single-container.sh index 34c31eb..48e9553 100755 --- a/update-lxc-single-container.sh +++ b/update-lxc-single-container.sh @@ -5,7 +5,7 @@ BGreen='\033[1;32m' # Green Color_Off='\033[0m' # Text Reset function stop_container() { - sleep 120 + sleep 300 lxc stop ${1} echo -e $(date) "- ${BGreen}Container ${1} stopped${Color_Off}" }