Commit dc86e685b0162fca5594b8b5c7b32d1b8faab36c

Authored by mj
1 parent 9b08f2cb50
Exists in master and in 1 other branch 02-merge

[FIX] install.sh: DON'T ALWAYS INSTALL

fi

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -12,7 +12,7 @@
12 12  
13 13 set -e
14 14  
15   -if [ ! -n "$DONTINSTALL" ]; then
  15 +if [ ! -n "$DONTINSTALL" ] || [ ! "$DONTINSTALL" eq "0" ]; then
16 16 DONTINSTALL="1"
17 17  
18 18 if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ]; then