From 80fb3ee841717c94088d9cb77bbaaf8c43186a88 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 21 Jul 2024 07:11:36 -0400 Subject: [PATCH] Update update-lxcs-cron.sh fixes https://github.com/tteck/Proxmox/issues/3408 --- misc/update-lxcs-cron.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/update-lxcs-cron.sh b/misc/update-lxcs-cron.sh index 23c44852..04827734 100644 --- a/misc/update-lxcs-cron.sh +++ b/misc/update-lxcs-cron.sh @@ -35,7 +35,6 @@ for container in $(pct list | awk '{if(NR>1) print $1}'); do fi done if [ "$excluded" == true ]; then - header_info echo -e "[Info] Skipping $container" sleep 1 else