diff --git a/pbs-zfs-daily.sh b/pbs-zfs-daily.sh index cf2aedc..53b0fbc 100644 --- a/pbs-zfs-daily.sh +++ b/pbs-zfs-daily.sh @@ -52,7 +52,7 @@ echo "checkzfs_spool_maxage=90000" >> /etc/bashclub/$SOURCEHOST.conf if [[ "$UPDATES" == "yes" ]] then apt update && apt dist-upgrade -y - apt autopurge + apt autopurge -y else echo "No Updates configured - Consider updating more often!"