From e89116d7c5d0da471e02c2da1fd7efbb494b96d6 Mon Sep 17 00:00:00 2001 From: mj Date: Mon, 7 Dec 2015 02:44:42 +0100 Subject: [PATCH] [IMP] fucking install script --- tools/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/install.sh b/tools/install.sh index cae4957..b5448df 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -12,11 +12,11 @@ set -e -if [ ! -n "$DONTINSTALL" ]; then - DONTINSTALL="1" +if [ ! -n $DONTINSTALL ]; then + DONTINSTALL=1 fi -if [ "$DONTINSTALL" eq "0" ]; then +if [ $DONTINSTALL = 0 ]; then echo "~~~ INSTALLING ~~~" if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ]; then -- 2.0.0