Browse Source

Minor Update

old-stable
harshadyeola 10 years ago
parent
commit
94a48a0665
  1. 2
      bin/easyengine

2
bin/easyengine

@ -135,10 +135,12 @@ elif [ "$EE_FIRST" = "stack" ] || [ "$EE_FIRST" = "system" ]; then
# Display success message
if [ "$EE_THIRD" != "all" ];then
ee_lib_echo "Successfully installed $([ "$EE_THIRD" != "" ] && echo $EE_THIRD || echo "web" ) server packages"
if [ "$EE_THIRD" != "admin" ];then
ee_lib_echo "Create your first WordPress site powered by NGINX using:"
ee_lib_echo_info "ee site create example.com --wp"
fi
fi
fi
# EasyEngine mail server setup
if [ "$EE_THIRD" = "mail" ] || [ "$EE_THIRD" = "all" ];then

Loading…
Cancel
Save