From 0d4cd071c3880f3d2bb8c98e0d7f1dc217d9872c Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Tue, 30 Jul 2013 15:18:55 +0530 Subject: [PATCH] Fixed Bug https://github.com/rtCamp/easyengine/issues/38 --- usr/local/sbin/easyengine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/sbin/easyengine b/usr/local/sbin/easyengine index 0417dd7f..24bd93ba 100755 --- a/usr/local/sbin/easyengine +++ b/usr/local/sbin/easyengine @@ -467,7 +467,7 @@ EEDOMAINSETUP() && ln -s /var/log/nginx/$DOMAIN.error.log /var/www/$DOMAIN/logs/error.log \ || OwnError "Unable To Create Symbolic Link For $DOMAIN Logs" else - echo -e "[ `date` ] \033[31m $DOMAIN Already Exist \e[0m" | tee -ai $ERRORLOG + OwnError "$DOMAIN Already Exist" fi }