Commit 3e0b1d5fd6bb4e02160371c9b3ccf3c649f619b9

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

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

fi

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

... ... @@ -13,6 +13,8 @@
13 13 set -e
14 14  
15 15 if [ ! -n "$DONTINSTALL" ] || [ ! "$DONTINSTALL" eq "0" ]; then
  16 + echo "~~" INSTALLING ~~~"
  17 +
16 18 DONTINSTALL="1"
17 19  
18 20 if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ]; then