Merge pull request #7 from bashclub/dev

Update pbs-zfs-daily.sh
This commit is contained in:
Chriz
2025-04-15 16:49:11 +02:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ echo "checkzfs_spool_maxage=90000" >> /etc/bashclub/$SOURCEHOST.conf
if [[ "$UPDATES" == "yes" ]] if [[ "$UPDATES" == "yes" ]]
then then
apt update && apt dist-upgrade -y apt update && apt dist-upgrade -y
apt autopurge apt autopurge -y
else else
echo "No Updates configured - Consider updating more often!" echo "No Updates configured - Consider updating more often!"