There was an error while loading. Please reload this page.
1 parent 4b45015 commit a241b68Copy full SHA for a241b68
1 file changed
scripts/install/cron/cron-install.sh
@@ -45,7 +45,7 @@ fi
45
# Dropbox Backups (daily)
46
if [ "${INSTALL_DROPBOX_BACKUP}" = 1 ];
47
then
48
- (crontab -l 2>/dev/null; echo "0 4 * * * cd /usr/local/bin/enginescript/scripts/cron; bash backups.sh >/dev/null 2>&1") | crontab -
+ (crontab -l 2>/dev/null; echo "0 4 * * * cd /usr/local/bin/enginescript/scripts/cron; bash dropbox-database-backup.sh >/dev/null 2>&1") | crontab -
49
else
50
# Do nothing!
51
echo "Skipping Dropbox Uploader cron install"
0 commit comments