this version has been denoised
[feisty_meow.git] / scripts / site_avenger / config / default.app
index 0235eb5074a7334736f64b69d51b648cf40fc988..3690e0e5faf0d1faf16ce7cdadb65bc6cd9d7f28 100644 (file)
@@ -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"
 
 ####