From d97f431bebc94e5ecb5cb67bcc443032e6383cc4 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Tue, 21 May 2013 15:20:13 +0530 Subject: [PATCH] Redirect Variable Errors --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index f53df9e8..3d6c0e7e 100644 --- a/install.sh +++ b/install.sh @@ -21,15 +21,15 @@ OwnError() # Make Variables Available For Later Use -LOGDIR=/var/log/easyengine -INSTALLLOG=/var/log/easyengine/install.log +LOGDIR=/var/log/easyengine &> /dev/null +INSTALLLOG=/var/log/easyengine/install.log &> /dev/null # Pre Checks To Avoid Later Screw Ups # Checking Logs Directory echo | tee -ai $INSTALLLOG -echo +echo | tee -ai $INSTALLLOG echo -e "\033[34m EasyEngine Installation Started `date +%d-%b-%Y:%H:%M:%S` \e[0m" | tee -ai $INSTALLLOG if [ ! -d $LOGDIR ]