X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Ftty%2Fkeep_awake_process.sh;h=29a68de4ba48a56759c0d0d34065477c0c1afd91;hb=8eefcad20d2254166483e10803c6e2fe90b4f3d5;hp=93041d8162a7b81836ea53d5749b91dfe0e931e8;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/scripts/tty/keep_awake_process.sh b/scripts/tty/keep_awake_process.sh index 93041d81..29a68de4 100644 --- a/scripts/tty/keep_awake_process.sh +++ b/scripts/tty/keep_awake_process.sh @@ -2,9 +2,9 @@ # This program is meant to be started by the program keep_awake and has # the basic guts that are meant to execute inside of a semi-perpetual loop. -source $SHELLDIR/core/date_stringer.sh +source "$FEISTY_MEOW_SCRIPTS/core/functions.sh" -# save the process id for the bye bye program to deal with. +# save the process id for the goodbye program to deal with. #echo $$ >>$TMP/trash.last_keep_awake_process #don't let the shutdown guy know who we are; we want to keep running now.