diff --git a/usr/local/sbin/easyengine b/usr/local/sbin/easyengine index 2c99267a..c4cb05a6 100755 --- a/usr/local/sbin/easyengine +++ b/usr/local/sbin/easyengine @@ -37,7 +37,7 @@ LOGDIR=/var/log/easyengine ERRORLOG=/var/log/easyengine/error.log # Check Auto Yes To Apt-Get -grep apt-get-assume-yes /etc/easyengine/ee.conf | grep -i true +grep apt-get-assume-yes /etc/easyengine/ee.conf | grep -i true &>> /dev/null if [ $? -eq 0 ] then EEAPTGET="apt-get -y"