Skip to content

Commit a241b68

Browse files
committed
Fixed dropbox cron
1 parent 4b45015 commit a241b68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install/cron/cron-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fi
4545
# Dropbox Backups (daily)
4646
if [ "${INSTALL_DROPBOX_BACKUP}" = 1 ];
4747
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 -
48+
(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 -
4949
else
5050
# Do nothing!
5151
echo "Skipping Dropbox Uploader cron install"

0 commit comments

Comments
 (0)