mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-24 05:25:30 +00:00
Update update-lxcs-cron.sh
fixes https://github.com/tteck/Proxmox/issues/3408
This commit is contained in:
parent
6c155c7463
commit
80fb3ee841
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user