From: Chris Koeritz Date: Sat, 10 Dec 2016 00:45:32 +0000 (-0500) Subject: fixed calendar notifier startup X-Git-Tag: 2.140.90~353 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=a5f5cea77b8f86b6fd57c0847f852bf8147ff02e;p=feisty_meow.git 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. --- 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