X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=scripts%2Fcore%2Flaunch_feisty_meow.sh;fp=scripts%2Fcore%2Flaunch_feisty_meow.sh;h=82eb5a7fcbd466739e001ca166258d2366fc7632;hp=8b07cc3b04997a0f70309488d4e54b7f68eabfc4;hb=2b8c3b9f11123159c7e0c20b550c7bfefd796317;hpb=afff950f497547f99b9df6287c6227868b5cfa3f diff --git a/scripts/core/launch_feisty_meow.sh b/scripts/core/launch_feisty_meow.sh index 8b07cc3b..82eb5a7f 100644 --- a/scripts/core/launch_feisty_meow.sh +++ b/scripts/core/launch_feisty_meow.sh @@ -44,11 +44,10 @@ if [ -z "$FEISTY_MEOW_LOADING_DOCK" ]; then # make sure our main variables are established. FEISTY_MEOW_VARIABLES_LOADING_FILE="$FEISTY_MEOW_LOADING_DOCK/fmc_variables.sh" if [ ! -f "$FEISTY_MEOW_VARIABLES_LOADING_FILE" ]; then - echo -e '\n\n' - example_dir="/usr/local/fred" echo -e "\ + The feisty meow scripts need initialization via the bootstrap process. For\n\ -example, if the feisty meow folder lives in '$example_dir', then this\n\ +example, if the feisty meow folder lives in '$DEFAULT_FEISTYMEOW_ORG_DIR', then this\n\ command bootstraps feisty meow:\n\ \n\ bash $example_dir/feisty_meow/scripts/core/reconfigure_feisty_meow.sh\n\