From ec0337151848647b1e29676014a55b8aef56af53 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Mon, 6 Jan 2014 18:27:17 +0530 Subject: [PATCH] Change Success Message --- usr/local/sbin/easyengine | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/local/sbin/easyengine b/usr/local/sbin/easyengine index 265d1431..10fa371f 100644 --- a/usr/local/sbin/easyengine +++ b/usr/local/sbin/easyengine @@ -1344,7 +1344,7 @@ then # Display Success Message echo -e "\033[34mNginx PHP5 WP-CLI MySQL Postfix phpMyAdmin Successfully Installed\e[0m" echo -e "\033[34mYou Can Now Create Your First WordPress Site Powered By Nginx Using:\e[0m" - echo -e "\033[37mee site create wp basic $(hostname -f)\e[0m" + echo -e "\033[37mee site create example.com --wp\e[0m" fi @@ -1505,7 +1505,7 @@ then fi else - echo -e "\033[34mList Of Available Commands\e[0m" + echo -e "\033[34mList Of Available Commands:\e[0m" echo -e "\tpurge:\t Purge Nginx PHP5-FPM phpMyAdmin MySQL And Postfix" echo -e "\tremove:\t Remove Nginx PHP5-FPM phpMyAdmin MySQL And Postfix" echo -e "\tinstall: Install Nginx PHP5-FPM phpMyAdmin MySQL And Postfix" @@ -2094,7 +2094,7 @@ then fi else - echo -e "\033[34mList Of Available Commands\e[0m" + echo -e "\033[34mList Of Available Commands:\e[0m" echo -e "\tinfo:\t Dispaly Information About Given Website" echo -e "\tlist:\t List Nginx Enabled Websites" echo -e "\tshow:\t Display Nginx Configuration For Given Website" @@ -2106,7 +2106,7 @@ then else - echo -e "\033[34mList Of Available Commands\e[0m" + echo -e "\033[34mList Of Available Commands:\e[0m" echo -e "\tinfo:\t Display Nginx PHP MySQL Information\t" echo -e "\thelp:\t Display EasyEngine Help\t" echo -e "\tsite:\t Do Various Site Specific Operations\t"