This commit is contained in:
2
run.sh
2
run.sh
@@ -7,7 +7,7 @@ if [ ${RUN_NOW:-0} -ne 0 ]; then
|
|||||||
/backup.sh
|
/backup.sh
|
||||||
fi
|
fi
|
||||||
# Create and install crontab file
|
# Create and install crontab file
|
||||||
echo "$CRON_INTERVAL /backup.sh" >> /backup.cron
|
echo "$CRON_INTERVAL /backup.sh" > /backup.cron
|
||||||
|
|
||||||
crontab /backup.cron
|
crontab /backup.cron
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user