fixed calendar notifier startup
authorChris Koeritz <fred@gruntose.com>
Sat, 10 Dec 2016 00:45:32 +0000 (19:45 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 10 Dec 2016 00:45:32 +0000 (19:45 -0500)
fixed a quoting issue that kept a variable from being expanded for the atq job used by the calendar notifier.
not sure why junkempty was there, so deleted it.

scripts/schedule/junkempty [deleted file]
scripts/schedule/start_calendar.sh

diff --git a/scripts/schedule/junkempty b/scripts/schedule/junkempty
deleted file mode 100644 (file)
index e69de29..0000000
index 1a3a0db377405b01ae26f242144dd7687e842238..51e9a37687ebe7fba6edf20abd77fbb84f7441e3 100644 (file)
@@ -1,4 +1,4 @@
 #!/bin/bash
 perl $FEISTY_MEOW_SCRIPTS/schedule/generate_reminders.pl
-echo '(bash $FEISTY_MEOW_SCRIPTS/schedule/start_calendar.sh) &>/dev/null' | at 4:20am
+echo "(bash $FEISTY_MEOW_SCRIPTS/schedule/start_calendar.sh) &>/dev/null" | at 4:20am