From 05f88e7f85ea5e2d7c87a2b6e3911c2a11cdfcca Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 2 Jan 2017 12:01:48 -0500 Subject: [PATCH] fixing path in calendar script --- infobase/configuration/cron/backup_photo_albums.crontab | 7 +++++++ scripts/schedule/generate_reminders.pl | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/infobase/configuration/cron/backup_photo_albums.crontab b/infobase/configuration/cron/backup_photo_albums.crontab index 51e80c88..8c5fc025 100644 --- a/infobase/configuration/cron/backup_photo_albums.crontab +++ b/infobase/configuration/cron/backup_photo_albums.crontab @@ -1,4 +1,11 @@ + +SHELL=/bin/bash + +# m h dom mon dow command + +USER=fred + #[backup photo albums] # back up the pictures in coppermine gallery every month. 34 6 4 * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; tar -czf /z/stuffing/archives/photo_albums_backup_$(date_stringer).tar.gz /home/albums ; refred) &>/tmp/albums_backup_${USER}.log diff --git a/scripts/schedule/generate_reminders.pl b/scripts/schedule/generate_reminders.pl index 026aaba6..aed6b9d4 100644 --- a/scripts/schedule/generate_reminders.pl +++ b/scripts/schedule/generate_reminders.pl @@ -43,7 +43,7 @@ local($CAL_FILE); if (! $CAL_FILE) { # print "the CAL_FILE variable is not set.\n"; # print "defaulting it to a value that probably does not suit you.\n"; - $CAL_FILE = "$CLOUD_BASE/infobase/lists/calendar.dat"; + $CAL_FILE = "$CLOUD_BASE/magic_cabinet/lists/calendar.dat"; } #print "calfile is $CAL_FILE\n"; -- 2.34.1