From: Chris Koeritz Date: Wed, 10 Jun 2020 19:36:23 +0000 (-0400) Subject: minor formatting tweak X-Git-Tag: 2.140.123^2~6^2~5 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=5dd15688484ec1217dccd1ba74339436b7de6913 minor formatting tweak --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 0f356d6e..32fb3782 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -937,6 +937,8 @@ return 0 # keep_awake: sends a message to the screen from the background. function keep_awake() { + # blank line to get off previous command line before job prints. + echo # just starts the keep_awake process in the background. bash $FEISTY_MEOW_SCRIPTS/tty/keep_awake_process.sh & # this should leave the job running as %1 or a higher number if there