fixing path in calendar script
authorChris Koeritz <fred@gruntose.com>
Mon, 2 Jan 2017 17:01:48 +0000 (12:01 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 2 Jan 2017 17:01:48 +0000 (12:01 -0500)
infobase/configuration/cron/backup_photo_albums.crontab
scripts/schedule/generate_reminders.pl

index 51e80c88dce33cd54c99977997879f284c7b02ce..8c5fc02507d668fc4568d7bcd12ad1a894967e0f 100644 (file)
@@ -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
index 026aaba6a2cbc20b6263c1e2cdec86c0956d7916..aed6b9d498f69c0504992171cb0676c7dcf653f9 100644 (file)
@@ -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";