moved where we do sudo now
[feisty_meow.git] / scripts / system / add_domain.sh
index 48d5495c5409bd8b4d410e18aee2d63c4dbb5183..e6b97fb6660fda2371481e1f05742872001f8ee1 100644 (file)
@@ -8,6 +8,11 @@
 #
 # Author: Chris Koeritz
 
+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"
+
 # some defaults that are convenient for current purposes.
 
 # hmmm: !!! these would need to be parameterized somehow for this script to become really general.