Working cron again, d'oh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc
2021-11-11 02:10:17 +02:00
parent d3e9001597
commit f6d1da8899
4 changed files with 7 additions and 6 deletions

View File

@ -5,7 +5,6 @@ set -o pipefail
cron_schedule="${CRON_SCHEDULE:?CRON_SCHEDULE not set}"
echo "$cron_schedule /usr/bin/backup.sh" | crontab -
crontab -l
echo "$cron_schedule /usr/bin/backup.sh" > /etc/crontabs/root
crond -f -L /dev/stdout
crond -f -d8 -L /dev/stdout