oops missing
[feisty_meow.git] / scripts / users / goodbye.sh
index 5fe9104829308610d2a4c230b3aafbd245f0d3e1..674a1197c45d492ae99974e1869193f2645a5fc7 100644 (file)
@@ -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