Just cron job nitpicking no real code changes

This commit is contained in:
2025-12-06 17:30:29 +01:00
parent 37c87246f1
commit 6427be969a

View File

@@ -15,6 +15,7 @@ if [[ $(id -u) -ne 0 ]]; then printf "\nMust be root or use sudo!\n\n"; exit; fi
#
cronjob01="0 2 * * 7 root /usr/local/sbin/clear-journal-log >/dev/null 2>&1"
echo "$cronjob01" > /etc/cron.d/clear-journal-log
echo "" >> /etc/cron.d/clear-journal-log
#
# Ensure correct permissions for /etc/cron.d entries