c'est quoi ce 'env' ???

This commit is contained in:
Benjamin Sonntag 2011-03-27 14:59:21 +00:00
parent 29d38f167c
commit deb5498de4
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ umask 022
DOMAIN_LOG_FILE="/var/log/alternc/update_domains.log" DOMAIN_LOG_FILE="/var/log/alternc/update_domains.log"
if [ `whoami` = 'root' ]; then if [ `whoami` = 'root' ]; then
sudo="env" sudo=""
else else
sudo="sudo" sudo="sudo"
fi fi