From 2311f7b1378117a0cc8639880dbef6916c3a4aa2 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Mon, 6 Jan 2014 18:17:48 +0530 Subject: [PATCH] Minor Update --- usr/local/sbin/easyengine | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/local/sbin/easyengine b/usr/local/sbin/easyengine index 55597f09..265d1431 100644 --- a/usr/local/sbin/easyengine +++ b/usr/local/sbin/easyengine @@ -1505,7 +1505,7 @@ then fi else - echo -e "\033[31mList 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[31mList 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[31mList 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"