From: Chris Koeritz Date: Mon, 13 Nov 2017 02:44:34 +0000 (-0500) Subject: need the environment loaded when running newly X-Git-Tag: 2.140.98^2~2^2~3 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=31c3cee882905cddd497545c7cb87ccf54d17fd3;hp=b92a220b316b01cbdbd2201efc31f3d81a532630;p=feisty_meow.git need the environment loaded when running newly --- diff --git a/scripts/site_avenger/powerup.sh b/scripts/site_avenger/powerup.sh index 828057c6..c67bd25a 100644 --- a/scripts/site_avenger/powerup.sh +++ b/scripts/site_avenger/powerup.sh @@ -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" ############################