Browse Source

Remove Unwanted Success Messages

old-stable
Mitesh Shah 12 years ago
parent
commit
cf3930962b
  1. 15
      setup/engine

15
setup/engine

@ -838,8 +838,7 @@ then
# Display Success Message
echo -e "\033[34m Nginx Configuration For $DOMAIN Is Successfully Updated \e[0m"
echo -e "\033[34m Please Configure Nginx Helper WordPress Plugin \e[0m"
echo -e "\033[34m Nginx Helper: http://wordpress.org/extend/plugins/nginx-helper \e[0m"
elif [ "$6" = "wpsuper" ]
then
@ -860,8 +859,7 @@ then
# Display Success Message
echo -e "\033[34m Nginx Configuration For $DOMAIN Is Successfully Updated \e[0m"
echo -e "\033[34m Please Configure Nginx Helper WordPress Plugin \e[0m"
echo -e "\033[34m Nginx Helper: http://wordpress.org/extend/plugins/nginx-helper \e[0m"
elif [ "$6" = "fastcgi" ]
then
@ -933,8 +931,7 @@ then
# Display Success Message
echo -e "\033[34m Nginx Configuration For $DOMAIN Is Successfully Updated \e[0m"
echo -e "\033[34m Please Configure Nginx Helper WordPress Plugin \e[0m"
echo -e "\033[34m Nginx Helper: http://wordpress.org/extend/plugins/nginx-helper \e[0m"
elif [ "$6" = "w3total" ]
then
@ -955,8 +952,7 @@ then
# Display Success Message
echo -e "\033[34m Nginx Configuration For $DOMAIN Is Successfully Updated \e[0m"
echo -e "\033[34m Please Configure Nginx Helper WordPress Plugin \e[0m"
echo -e "\033[34m Nginx Helper: http://wordpress.org/extend/plugins/nginx-helper \e[0m"
elif [ "$6" = "wpsuper" ]
then
@ -977,8 +973,7 @@ then
# Display Success Message
echo -e "\033[34m Nginx Configuration For $DOMAIN Is Successfully Updated \e[0m"
echo -e "\033[34m Please Configure Nginx Helper WordPress Plugin \e[0m"
echo -e "\033[34m Nginx Helper: http://wordpress.org/extend/plugins/nginx-helper \e[0m"
elif [ "$6" = "fastcgi" ]
then

Loading…
Cancel
Save