Commit e89116d7c5d0da471e02c2da1fd7efbb494b96d6
1 parent
8767cd3ed6
Exists in
master
and in
1 other branch
[IMP] fucking install script
Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff
tools/install.sh
... | ... | @@ -12,11 +12,11 @@ |
12 | 12 | |
13 | 13 | set -e |
14 | 14 | |
15 | -if [ ! -n "$DONTINSTALL" ]; then | |
16 | - DONTINSTALL="1" | |
15 | +if [ ! -n $DONTINSTALL ]; then | |
16 | + DONTINSTALL=1 | |
17 | 17 | fi |
18 | 18 | |
19 | -if [ "$DONTINSTALL" eq "0" ]; then | |
19 | +if [ $DONTINSTALL = 0 ]; then | |
20 | 20 | echo "~~~ INSTALLING ~~~" |
21 | 21 | |
22 | 22 | if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ]; then |