Update update-lxcs-cron.sh

fixes https://github.com/tteck/Proxmox/issues/3408
This commit is contained in:
tteckster 2024-07-21 07:11:36 -04:00 committed by GitHub
parent 6c155c7463
commit 80fb3ee841
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ for container in $(pct list | awk '{if(NR>1) print $1}'); do
fi fi
done done
if [ "$excluded" == true ]; then if [ "$excluded" == true ]; then
header_info
echo -e "[Info] Skipping $container" echo -e "[Info] Skipping $container"
sleep 1 sleep 1
else else