new version represents clean up of customized files, just prior to
[feisty_meow.git] / scripts / core / goodbye.sh
index 9d0cd243db801933f8e865df5b819b71be36ad67..c16ac4b62ec20801857d6e900b3f31d8d7bd91fb 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
-bash $SHELLDIR/byemessage.sh
+bash $FEISTY_MEOW_SCRIPTS/byemessage.sh
 
-nohup bash $SHELLDIR/byejob.sh >/dev/null 2>&1
+nohup bash $FEISTY_MEOW_SCRIPTS/byejob.sh >/dev/null 2>&1
 
 if [ -f $TMP/trash.last_keep_awake_process ]; then
   kill -9 $(cat $TMP/trash.last_keep_awake_process)