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