Removed default sudo exec option

This commit is contained in:
deajan 2016-03-11 12:04:18 +01:00
parent 69fc7ac9cd
commit e18ebd1115
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ REMOTE_HOST_PING=yes
REMOTE_3RD_PARTY_HOSTS="www.kernel.org www.google.com"
## If enabled, commands will be executed as superuser on remote side. See documentation for /etc/sudoers configuration ("find", "du", "tee" and "rsync" need to be allowed). Requiretty needs to be disabled.
SUDO_EXEC=yes
SUDO_EXEC=no
###### DATABASE SPECIFIC OPTIONS