From dc86e685b0162fca5594b8b5c7b32d1b8faab36c Mon Sep 17 00:00:00 2001 From: mj Date: Tue, 27 Oct 2015 01:00:29 +0100 Subject: [PATCH] [FIX] install.sh: DON'T ALWAYS INSTALL fi --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 3c9126b..37e894e 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -12,7 +12,7 @@ set -e -if [ ! -n "$DONTINSTALL" ]; then +if [ ! -n "$DONTINSTALL" ] || [ ! "$DONTINSTALL" eq "0" ]; then DONTINSTALL="1" if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ]; then -- 2.0.0