Browse Source

Revert "Redirect Variable Errors"

This reverts commit d97f431beb.
old-stable
Mitesh Shah 12 years ago
parent
commit
6d64a7c757
  1. 6
      install.sh

6
install.sh

@ -21,15 +21,15 @@ OwnError()
# Make Variables Available For Later Use
LOGDIR=/var/log/easyengine &> /dev/null
INSTALLLOG=/var/log/easyengine/install.log &> /dev/null
LOGDIR=/var/log/easyengine
INSTALLLOG=/var/log/easyengine/install.log
# Pre Checks To Avoid Later Screw Ups
# Checking Logs Directory
echo | tee -ai $INSTALLLOG
echo | tee -ai $INSTALLLOG
echo
echo -e "\033[34m EasyEngine Installation Started `date +%d-%b-%Y:%H:%M:%S` \e[0m" | tee -ai $INSTALLLOG
if [ ! -d $LOGDIR ]

Loading…
Cancel
Save