X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fschedule%2Fstart_calendar.sh;h=1a3a0db377405b01ae26f242144dd7687e842238;hb=c382729e32b4e05533185bf8b19f7d34c3f9e2ef;hp=f58262da052bd5b47a39764c84abb987fee90ee3;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/scripts/schedule/start_calendar.sh b/scripts/schedule/start_calendar.sh index f58262da..1a3a0db3 100644 --- a/scripts/schedule/start_calendar.sh +++ b/scripts/schedule/start_calendar.sh @@ -1,4 +1,4 @@ #!/bin/bash -perl $SHELLDIR/schedule/generate_reminders.pl -echo '(export LIBDIR=$LIBDIR; bash $SHELLDIR/schedule/start_calendar.sh) &>/dev/null' | at 4:20am +perl $FEISTY_MEOW_SCRIPTS/schedule/generate_reminders.pl +echo '(bash $FEISTY_MEOW_SCRIPTS/schedule/start_calendar.sh) &>/dev/null' | at 4:20am