wait 5 min

This commit is contained in:
2024-05-01 16:12:57 +02:00
parent e23475ff26
commit b0067645ba

View File

@@ -5,7 +5,7 @@ BGreen='\033[1;32m' # Green
Color_Off='\033[0m' # Text Reset Color_Off='\033[0m' # Text Reset
function stop_container() { function stop_container() {
sleep 120 sleep 300
lxc stop ${1} lxc stop ${1}
echo -e $(date) "- ${BGreen}Container ${1} stopped${Color_Off}" echo -e $(date) "- ${BGreen}Container ${1} stopped${Color_Off}"
} }