X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Fstandup.sh;h=72378ca8d4c48b78fdd7673639c6cdf0292d1c82;hb=2e93c29a45ae9d58694c0de962151e6829739380;hp=3ba100f36a7471bf39cc9bec7f7da9550c489387;hpb=a95d773413c7ad550c1c310f02e182347fc3a1c6;p=feisty_meow.git diff --git a/scripts/site_avenger/standup.sh b/scripts/site_avenger/standup.sh index 3ba100f3..72378ca8 100644 --- a/scripts/site_avenger/standup.sh +++ b/scripts/site_avenger/standup.sh @@ -6,8 +6,8 @@ # management scripts. So far, the scripts rely on at least php. The support # is much more powerful if the site is based on cakephp and site avenger. -export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory. -export FEISTY_MEOW_APEX="$( \cd "$WORKDIR/../.." && \pwd )" +export THISDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory. +export FEISTY_MEOW_APEX="$( \cd "$THISDIR/../.." && \pwd )" source "$FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh" @@ -51,7 +51,7 @@ fi # through to ask for access. sudo bash -c 'echo sudo permissions acquired.' -source "$WORKDIR/shared_site_mgr.sh" +source "$THISDIR/shared_site_mgr.sh" sep