From 98667f586365d343c919dc11b93b67ab4191fdb3 Mon Sep 17 00:00:00 2001 From: mj Date: Tue, 14 Jul 2015 23:38:14 +0200 Subject: [PATCH] [IMP] mini --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 9a7c286..7764866 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -15,7 +15,7 @@ set -e if [ -d /proc/vz ] && [ ! -d /proc/vz/beancounter ] && [ ! $DONTINSTALL ]; then apt-get -yq install curl dialog git nano screen zsh else - if [ "$UID" != "0" ]; then CMD_PREFIX="sudo"; else CMD_PREFIX=""; fi + if [ "$UID" != 0 ]; then CMD_PREFIX="sudo"; else CMD_PREFIX=""; fi if [ "$SHELL" != "$(which zsh)" ]; then echo "$(which zsh)" -- 2.0.0