@@ -7,7 +7,7 @@ if [ ${RUN_NOW:-0} -ne 0 ]; then
/backup.sh
fi
# Create and install crontab file
echo "$CRON_INTERVAL /backup.sh" >> /backup.cron
echo "$CRON_INTERVAL /backup.sh" > /backup.cron
crontab /backup.cron
The note is not visible to the blocked user.