From b0067645bad404f46fc1ed7036bfe07e42331fcc Mon Sep 17 00:00:00 2001 From: Alessandro Battilani Date: Wed, 1 May 2024 16:12:57 +0200 Subject: [PATCH] wait 5 min --- update-lxc-single-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" }