From e9ad69e693216ff33428fa869b598e4ee5583658 Mon Sep 17 00:00:00 2001 From: patvdv Date: Sat, 8 Aug 2015 20:27:44 +0200 Subject: [PATCH] Wrong value --- manage_sudo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage_sudo.sh b/manage_sudo.sh index ab149c2..9f49541 100644 --- a/manage_sudo.sh +++ b/manage_sudo.sh @@ -56,7 +56,7 @@ SFTP_ARGS="-o StrictHostKeyChecking=no -o ConnectTimeout=10 -b - " # extra arguments/options for the SSH command SSH_ARGS="-o StrictHostKeyChecking=no -o ConnectTimeout=10 -n" # location of the local SUDO controls directory -LOCAL_DIR="/sysx/soft/sudo_controls" +LOCAL_DIR="/etc/sudo_controls" # location of the remote SUDO controls directory REMOTE_DIR="/etc/sudo_controls/holding" # name of the user account performing the SUDO controls update