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