Skip to content

Commit

Permalink
Fixed Bug #38
Browse files Browse the repository at this point in the history
  • Loading branch information
MiteshShah committed Jul 30, 2013
1 parent 5fb402e commit 0d4cd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/sbin/easyengine
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 0d4cd07

Please sign in to comment.