From a5f5cea77b8f86b6fd57c0847f852bf8147ff02e Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 9 Dec 2016 19:45:32 -0500 Subject: [PATCH] fixed calendar notifier startup 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 | 0 scripts/schedule/start_calendar.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 scripts/schedule/junkempty diff --git a/scripts/schedule/junkempty b/scripts/schedule/junkempty deleted file mode 100644 index e69de29b..00000000 diff --git a/scripts/schedule/start_calendar.sh b/scripts/schedule/start_calendar.sh index 1a3a0db3..51e9a376 100644 --- a/scripts/schedule/start_calendar.sh +++ b/scripts/schedule/start_calendar.sh @@ -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 -- 2.34.1