From: Chris Koeritz Date: Mon, 5 Aug 2013 06:14:21 +0000 (-0400) Subject: fixed path. X-Git-Tag: 2.140.90~954 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=f010475eb11b1f8e2d678bfcc1d98955b0bcc778;p=feisty_meow.git fixed path. --- diff --git a/scripts/tty/keep_awake.sh b/scripts/tty/keep_awake.sh index 13c65715..861425f3 100644 --- a/scripts/tty/keep_awake.sh +++ b/scripts/tty/keep_awake.sh @@ -6,4 +6,4 @@ # kind of snafu with the ksh environment variable $$ where it would always # record the previous shell's number and not the current one or something.... # -(bash $FEISTY_MEOW_SCRIPTS/keep_awake_process.sh) & +(bash $FEISTY_MEOW_SCRIPTS/tty/keep_awake_process.sh) &