Commit 607a442f4a7bf4762970d5f40c3427df57ceaf88

Authored by mj
1 parent 32db1a17d4
Exists in master

[FIX] install.sh - operator

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

... ... @@ -16,7 +16,7 @@ if [ ! -n $DONTINSTALL ]; then
16 16 DONTINSTALL=1
17 17 fi
18 18  
19   -if [ $DONTINSTALL = 0 ]; then
  19 +if [ $DONTINSTALL == 0 ]; then
20 20 echo "~~~ INSTALLING ~~~"
21 21  
22 22 if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ]; then