From 607a442f4a7bf4762970d5f40c3427df57ceaf88 Mon Sep 17 00:00:00 2001 From: mj Date: Mon, 15 Feb 2016 01:35:22 +0100 Subject: [PATCH] [FIX] install.sh - operator --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index b5448df..01b5ee9 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -16,7 +16,7 @@ if [ ! -n $DONTINSTALL ]; then DONTINSTALL=1 fi -if [ $DONTINSTALL = 0 ]; then +if [ $DONTINSTALL == 0 ]; then echo "~~~ INSTALLING ~~~" if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ]; then -- 2.0.0