From f010475eb11b1f8e2d678bfcc1d98955b0bcc778 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 5 Aug 2013 02:14:21 -0400 Subject: [PATCH] fixed path. --- scripts/tty/keep_awake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) & -- 2.34.1