Browse Source

Fix typo

old-stable
Mitesh Shah 10 years ago
parent
commit
7098846da2
  1. 14
      bin/easyengine

14
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" ee_lib_git /etc/nginx /etc/postfix /etc/dovecot /etc/amavis "Installed Mail Scanner Packages"
fi fi
# Display HTTP Authentication details # Display HTTP authentication details
if [ "$EE_THIRD" = "nginx" ] || [ "$EE_THIRD" = "" ] || [ "$EE_THIRD" = "web" ] || [ "$EE_THIRD" = "all" ]; then if [ "$EE_THIRD" = "nginx" ] || [ "$EE_THIRD" = "" ] || [ "$EE_THIRD" = "web" ] || [ "$EE_THIRD" = "all" ]; then
if [ "$EE_DISPLAY" != "true" ]; then if [ "$EE_DISPLAY" != "true" ]; then
ee_lib_echo_info "HTTP Authentication username: $EE_HTTP_AUTH_USER" 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 password: $EE_HTTP_AUTH_PASS"
fi fi
fi fi
# Display success message # Display success message
@ -431,8 +431,8 @@ elif [ "$EE_FIRST" = "site" ]; then
# Display Http Auth credentials # Display Http Auth credentials
if [ "$EE_DISPLAY" = "true" ]; then if [ "$EE_DISPLAY" = "true" ]; then
ee_lib_echo_info "HTTP Authentication username: easyengine" 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 password: $(grep "HTTP authentication password:" $EE_COMMAND_LOG | tail -n1 | awk '{print $4}')"
fi fi
# Display Success Message # Display Success Message
ee_lib_echo_info "Successfully Created New Website: http://$EE_WWW_DOMAIN" 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 # Display Http Auth credentials
if [ "$EE_DISPLAY" = "true" ]; then if [ "$EE_DISPLAY" = "true" ]; then
ee_lib_echo_info "HTTP Authentication username: easyengine" 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 password: $(grep "HTTP authentication password:" $EE_COMMAND_LOG | tail -n1 | awk '{print $4}')"
fi fi
# Display WordPress credential # Display WordPress credential

Loading…
Cancel
Save