X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Ftty%2Fkeep_awake_process.sh;h=29a68de4ba48a56759c0d0d34065477c0c1afd91;hb=2526778e1909c3098391bf35e17f50a183db8e53;hp=4c31a2ab58c119711658330d656626b2d7f76ed2;hpb=57720a354df2bd1f08752fefd06b989e8a7b1b0d;p=feisty_meow.git diff --git a/scripts/tty/keep_awake_process.sh b/scripts/tty/keep_awake_process.sh index 4c31a2ab..29a68de4 100644 --- a/scripts/tty/keep_awake_process.sh +++ b/scripts/tty/keep_awake_process.sh @@ -2,6 +2,8 @@ # 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 "$FEISTY_MEOW_SCRIPTS/core/functions.sh" + # 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.