need the environment loaded when running newly
authorChris Koeritz <fred@gruntose.com>
Mon, 13 Nov 2017 02:44:34 +0000 (21:44 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 13 Nov 2017 02:44:34 +0000 (21:44 -0500)
scripts/site_avenger/powerup.sh

index 828057c61f74c3416d1378d8d840044024bedd39..c67bd25a689cf5f7613727c6bdc076165049ac3d 100644 (file)
@@ -21,6 +21,9 @@
 # start with.  The concept of the theme comes from cakephp.
 
 export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )"  # obtain the script's working directory.
+export FEISTY_MEOW_APEX="$( \cd "$WORKDIR/../.." && \pwd )"
+
+source "$FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh"
 
 ############################