X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fusers%2Fgoodbye.sh;h=674a1197c45d492ae99974e1869193f2645a5fc7;hb=757317fa749bd47b958d43c3227f747d4ddc5add;hp=5fe9104829308610d2a4c230b3aafbd245f0d3e1;hpb=25693b7a3600927bd19e83be261646657abc2eda;p=feisty_meow.git diff --git a/scripts/users/goodbye.sh b/scripts/users/goodbye.sh index 5fe91048..674a1197 100644 --- a/scripts/users/goodbye.sh +++ b/scripts/users/goodbye.sh @@ -1,11 +1,12 @@ #!/bin/bash -bash $FEISTY_MEOW_SCRIPTS/users/byemessage.sh -nohup bash $FEISTY_MEOW_SCRIPTS/users/byejob.sh >/dev/null 2>&1 +# just prints a message before terminal exit. -if [ -f $TMP/trash.last_keep_awake_process ]; then - kill -9 $(cat $TMP/trash.last_keep_awake_process) - \rm $TMP/trash.last_keep_awake_process -fi +source $FEISTY_MEOW_SCRIPTS/core/functions.sh + +nechung + +# quick pause to reflect. +sleep 2 \exit 0