projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0861b8e
)
minor formatting tweak
author
Chris Koeritz
<cak0l@virginia.edu>
Wed, 10 Jun 2020 19:36:23 +0000
(15:36 -0400)
committer
Chris Koeritz
<cak0l@virginia.edu>
Wed, 10 Jun 2020 19:36:23 +0000
(15:36 -0400)
scripts/core/functions.sh
patch
|
blob
|
history
diff --git
a/scripts/core/functions.sh
b/scripts/core/functions.sh
index 0f356d6ef8d094550f32c8c924f5a37b529e0d7d..32fb378237063265ae69a7ad16b29092d5110356 100644
(file)
--- 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