X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fsite_avenger%2Fconfig%2Fdefault.app;h=3690e0e5faf0d1faf16ce7cdadb65bc6cd9d7f28;hb=42be4413b102e6b6d99e6210d15ca3c30206c642;hp=0235eb5074a7334736f64b69d51b648cf40fc988;hpb=db9d6e9c4a90a1475bf8113d4f7a04738facab68;p=feisty_meow.git diff --git a/scripts/site_avenger/config/default.app b/scripts/site_avenger/config/default.app index 0235eb50..3690e0e5 100644 --- a/scripts/site_avenger/config/default.app +++ b/scripts/site_avenger/config/default.app @@ -43,20 +43,20 @@ export DISTRO="ubuntu" export APPLICATION_NAME="${app_dirname}" -echo app name was computed as $APPLICATION_NAME +echo app name was computed as $APPLICATION_NAME >> "$SSM_LOG_FILE" # change this if the site is on the "real" internet. export DOMAIN_NAME="${app_dirname}.vm" -echo domain name was computed as $DOMAIN_NAME +echo domain name was computed as $DOMAIN_NAME >> "$SSM_LOG_FILE" export REPO_NAME="${app_dirname}" -echo repo name was computed as $REPO_NAME +echo repo name was computed as $REPO_NAME >> "$SSM_LOG_FILE" export THEME_NAME="$(capitalize_first_char "${app_dirname}")" -echo theme name was computed as $THEME_NAME +echo theme name was computed as $THEME_NAME >> "$SSM_LOG_FILE" ####