From e18ebd1115d2abd54ee037f280f8b4b3afb02658 Mon Sep 17 00:00:00 2001 From: deajan Date: Fri, 11 Mar 2016 12:04:18 +0100 Subject: [PATCH] Removed default sudo exec option --- host_backup.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_backup.conf b/host_backup.conf index a91eac9..7c0b9bb 100644 --- a/host_backup.conf +++ b/host_backup.conf @@ -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