Working cron again, d'oh
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user