From d2991766ee39c253acdd92d1c3fc2dea6ee3ea27 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Wed, 19 Jun 2013 15:54:13 +0530 Subject: [PATCH] Display Configuration Settings Message For Wpsc --- usr/local/sbin/easyengine | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/usr/local/sbin/easyengine b/usr/local/sbin/easyengine index e8b443cb..d1bcdbcb 100755 --- a/usr/local/sbin/easyengine +++ b/usr/local/sbin/easyengine @@ -1086,11 +1086,14 @@ then EEGITMESSAGE="Created New $3 $4 Website: $DOMAIN" EEGITCOMMIT - # Display Success Message + # Display WordPress Plugin Configuration Message echo echo -e "\033[34m Please Configure Following Settings... \e[0m" echo -e "\033[34m Permalink Settings: http://$DOMAIN/wp-admin/options-permalink.php \e[0m" echo -e "\033[34m W3 Total Cache: http://$DOMAIN/wp-admin/admin.php?page=w3tc_general \e[0m" + + # Display Success Message + echo echo -e "\033[34m http://$DOMAIN Domain Successfully Created \e[0m" elif [ "$4" = "wpsc" ] @@ -1123,7 +1126,14 @@ then EEGITMESSAGE="Created New $3 $4 Website: $DOMAIN" EEGITCOMMIT + # Display WordPress Plugin Configuration Message + echo + echo -e "\033[34m Please Configure Following Settings... \e[0m" + echo -e "\033[34m Permalink Settings: http://$DOMAIN/wp-admin/options-permalink.php \e[0m" + echo -e "\033[34m W3 Total Cache: http://$DOMAIN/wp-admin/options-general.php?page=wpsupercache \e[0m" + # Display Success Message + echo echo -e "\033[34m http://$DOMAIN Domain Successfully Created \e[0m" elif [ "$4" = "wpfc" ]