Browse Source

Fix Ngix Helper Plugin URL Display

old-stable
Mitesh Shah 12 years ago
parent
commit
8cb4ad12e9
  1. 24
      setup/engine

24
setup/engine

@ -733,8 +733,8 @@ then
# Display Success Message # Display Success Message
echo -e "\033[34m Nginx Configuration For $DOMAIN Is Successfully Updated \e[0m" echo -e "\033[34m Nginx Configuration For $DOMAIN Is Successfully Updated \e[0m"
echo -e "\033[34m Please Configure Nginx Helper WordPress Plugin \ echo -e "\033[34m Please Configure Nginx Helper WordPress Plugin \e[0m"
(http://wordpress.org/extend/plugins/nginx-helper/) \e[0m" echo -e "\033[34m Nginx Helper: http://wordpress.org/extend/plugins/nginx-helper \e[0m"
elif [ "$6" = "w3total" ] elif [ "$6" = "w3total" ]
then then
@ -755,8 +755,8 @@ then
# Display Success Message # Display Success Message
echo -e "\033[34m Nginx Configuration For $DOMAIN Is Successfully Updated \e[0m" echo -e "\033[34m Nginx Configuration For $DOMAIN Is Successfully Updated \e[0m"
echo -e "\033[34m Please Configure Nginx Helper WordPress Plugin \ echo -e "\033[34m Please Configure Nginx Helper WordPress Plugin \e[0m"
(http://wordpress.org/extend/plugins/nginx-helper/) \e[0m" echo -e "\033[34m Nginx Helper: http://wordpress.org/extend/plugins/nginx-helper \e[0m"
elif [ "$6" = "wpsuper" ] elif [ "$6" = "wpsuper" ]
then then
@ -777,8 +777,8 @@ then
# Display Success Message # Display Success Message
echo -e "\033[34m Nginx Configuration For $DOMAIN Is Successfully Updated \e[0m" echo -e "\033[34m Nginx Configuration For $DOMAIN Is Successfully Updated \e[0m"
echo -e "\033[34m Please Configure Nginx Helper WordPress Plugin \ echo -e "\033[34m Please Configure Nginx Helper WordPress Plugin \e[0m"
(http://wordpress.org/extend/plugins/nginx-helper/) \e[0m" echo -e "\033[34m Nginx Helper: http://wordpress.org/extend/plugins/nginx-helper \e[0m"
elif [ "$6" = "fastcgi" ] elif [ "$6" = "fastcgi" ]
then then
@ -841,8 +841,8 @@ then
# Display Success Message # Display Success Message
echo -e "\033[34m Nginx Configuration For $DOMAIN Is Successfully Updated \e[0m" echo -e "\033[34m Nginx Configuration For $DOMAIN Is Successfully Updated \e[0m"
echo -e "\033[34m Please Configure Nginx Helper WordPress Plugin \ echo -e "\033[34m Please Configure Nginx Helper WordPress Plugin \e[0m"
(http://wordpress.org/extend/plugins/nginx-helper/) \e[0m" echo -e "\033[34m Nginx Helper: http://wordpress.org/extend/plugins/nginx-helper \e[0m"
elif [ "$6" = "w3total" ] elif [ "$6" = "w3total" ]
then then
@ -863,8 +863,8 @@ then
# Display Success Message # Display Success Message
echo -e "\033[34m Nginx Configuration For $DOMAIN Is Successfully Updated \e[0m" echo -e "\033[34m Nginx Configuration For $DOMAIN Is Successfully Updated \e[0m"
echo -e "\033[34m Please Configure Nginx Helper WordPress Plugin \ echo -e "\033[34m Please Configure Nginx Helper WordPress Plugin \e[0m"
(http://wordpress.org/extend/plugins/nginx-helper/) \e[0m" echo -e "\033[34m Nginx Helper: http://wordpress.org/extend/plugins/nginx-helper \e[0m"
elif [ "$6" = "wpsuper" ] elif [ "$6" = "wpsuper" ]
then then
@ -885,8 +885,8 @@ then
# Display Success Message # Display Success Message
echo -e "\033[34m Nginx Configuration For $DOMAIN Is Successfully Updated \e[0m" echo -e "\033[34m Nginx Configuration For $DOMAIN Is Successfully Updated \e[0m"
echo -e "\033[34m Please Configure Nginx Helper WordPress Plugin \ echo -e "\033[34m Please Configure Nginx Helper WordPress Plugin \e[0m"
(http://wordpress.org/extend/plugins/nginx-helper/) \e[0m" echo -e "\033[34m Nginx Helper: http://wordpress.org/extend/plugins/nginx-helper \e[0m"
elif [ "$6" = "fastcgi" ] elif [ "$6" = "fastcgi" ]
then then

Loading…
Cancel
Save