projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
438676e
)
added autolocation to standup
author
Chris Koeritz
<fred@gruntose.com>
Sun, 12 Nov 2017 05:28:10 +0000
(
00:28
-0500)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/scripts/site_avenger/standup.sh
b/scripts/site_avenger/standup.sh
index ee4a0026e7f613ba091b9ef1dca6ece6a5c066b4..7ed1c8405e1d01dc7d85c2272ae87b7aa43a5883 100644
(file)
--- a/
scripts/site_avenger/standup.sh
+++ b/
scripts/site_avenger/standup.sh
@@
-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"
############################