X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Fconfig%2Fdefault.app;h=a7b9e90982241e8b1433fb38c6d3d29ae35e7f95;hb=347c27c4707bd7597b77058fb3ccf1fc489a5c28;hp=e6f9cf3038cc6425440f624e812e30165b15c9cf;hpb=51d8b4e834cb9363728cd73f15162304e2f15061;p=feisty_meow.git diff --git a/scripts/site_avenger/config/default.app b/scripts/site_avenger/config/default.app index e6f9cf30..a7b9e909 100644 --- a/scripts/site_avenger/config/default.app +++ b/scripts/site_avenger/config/default.app @@ -1,6 +1,11 @@ #!/bin/bash -# this config file provides the default values for the variables used in our site management scripts. +# provides the default values for the variables used in our site management scripts. + +# config files for site avenger apps usually override nothing, since we +# auto-construct the app name and domain. +# if they do need to override anything, they can just specify replacement +# values for the variables in this file. #### @@ -12,15 +17,6 @@ export CHECKOUT_DIR_NAME="avenger5" #### -# config files for site avenger apps usually override nothing, since we -# auto-construct the app name and domain. but if they do need to override -# anything, it will be below this point in the file. -# the derived config file should include the basic configs like so: -# -# source "$WORKDIR/config/default.app" - -#### - # deployment information for the application / site. export APPLICATION_NAME="${app_dirname}" @@ -36,7 +32,7 @@ export REPO_NAME="${app_dirname}" echo repo name was computed as $REPO_NAME -export THEME_NAME="$(capitalize_first_char "${app_dirname}.git")" +export THEME_NAME="$(capitalize_first_char "${app_dirname}")" echo theme name was computed as $THEME_NAME