added autolocation to standup
authorChris Koeritz <fred@gruntose.com>
Sun, 12 Nov 2017 05:28:10 +0000 (00:28 -0500)
committerChris Koeritz <fred@gruntose.com>
Sun, 12 Nov 2017 05:28:10 +0000 (00:28 -0500)
otherwise it fails when run as sudo.

scripts/site_avenger/standup.sh

index ee4a0026e7f613ba091b9ef1dca6ece6a5c066b4..7ed1c8405e1d01dc7d85c2272ae87b7aa43a5883 100644 (file)
@@ -7,6 +7,9 @@
 # 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 )"
+
+source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
 
 ############################