Commit 98667f586365d343c919dc11b93b67ab4191fdb3

Authored by mj
1 parent 0adfc11d2c
Exists in master and in 2 other branches 02-merge, dev

[IMP] mini

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

... ... @@ -15,7 +15,7 @@ set -e
15 15 if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ] && [ ! $DONTINSTALL ]; then
16 16 apt-get -yq install curl dialog git nano screen zsh
17 17 else
18   - if [ "$UID" != "0" ]; then CMD_PREFIX="sudo"; else CMD_PREFIX=""; fi
  18 + if [ "$UID" != 0 ]; then CMD_PREFIX="sudo"; else CMD_PREFIX=""; fi
19 19  
20 20 if [ "$SHELL" != "$(which zsh)" ]; then
21 21 echo "$(which zsh)"