From 7098846da25384530b0cfbd6ccfc0120329444f9 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Fri, 10 Oct 2014 16:20:20 +0530 Subject: [PATCH] Fix typo --- bin/easyengine | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/easyengine b/bin/easyengine index 0632ec6f..00011c2a 100644 --- a/bin/easyengine +++ b/bin/easyengine @@ -212,11 +212,11 @@ elif [ "$EE_FIRST" = "stack" ] || [ "$EE_FIRST" = "system" ]; then ee_lib_git /etc/nginx /etc/postfix /etc/dovecot /etc/amavis "Installed Mail Scanner Packages" fi - # Display HTTP Authentication details + # Display HTTP authentication details if [ "$EE_THIRD" = "nginx" ] || [ "$EE_THIRD" = "" ] || [ "$EE_THIRD" = "web" ] || [ "$EE_THIRD" = "all" ]; then if [ "$EE_DISPLAY" != "true" ]; then - ee_lib_echo_info "HTTP Authentication username: $EE_HTTP_AUTH_USER" - ee_lib_echo_info "HTTP Authentication password: $EE_HTTP_AUTH_PASS" + ee_lib_echo_info "HTTP authentication username: $EE_HTTP_AUTH_USER" + ee_lib_echo_info "HTTP authentication password: $EE_HTTP_AUTH_PASS" fi fi # Display success message @@ -431,8 +431,8 @@ elif [ "$EE_FIRST" = "site" ]; then # Display Http Auth credentials if [ "$EE_DISPLAY" = "true" ]; then - ee_lib_echo_info "HTTP Authentication username: easyengine" - ee_lib_echo_info "HTTP Authentication password: $(grep "HTTP Authentication password:" $EE_COMMAND_LOG | tail -n1 | awk '{print $4}')" + ee_lib_echo_info "HTTP authentication username: easyengine" + ee_lib_echo_info "HTTP authentication password: $(grep "HTTP authentication password:" $EE_COMMAND_LOG | tail -n1 | awk '{print $4}')" fi # Display Success Message ee_lib_echo_info "Successfully Created New Website: http://$EE_WWW_DOMAIN" @@ -480,8 +480,8 @@ elif [ "$EE_FIRST" = "site" ]; then # Display Http Auth credentials if [ "$EE_DISPLAY" = "true" ]; then - ee_lib_echo_info "HTTP Authentication username: easyengine" - ee_lib_echo_info "HTTP Authentication password: $(grep "HTTP Authentication password:" $EE_COMMAND_LOG | tail -n1 | awk '{print $4}')" + ee_lib_echo_info "HTTP authentication username: easyengine" + ee_lib_echo_info "HTTP authentication password: $(grep "HTTP authentication password:" $EE_COMMAND_LOG | tail -n1 | awk '{print $4}')" fi # Display WordPress credential