From e0bb18b283641c14604f53d2d39b1cbae1ce5b95 Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 16 Nov 2019 17:42:55 +0000 Subject: [PATCH] Update openvpn-client sudoers --- installers/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installers/common.sh b/installers/common.sh index 089c0f79..f95ecd47 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -285,8 +285,8 @@ function patch_system_files() { "/bin/systemctl stop hostapd.service" "/bin/systemctl start dnsmasq.service" "/bin/systemctl stop dnsmasq.service" - "/bin/systemctl start openvpn-client" - "/bin/systemctl stop openvpn-client" + "/bin/systemctl start openvpn-client@client" + "/bin/systemctl stop openvpn-client@client" "/bin/cp /tmp/ovpnclient.ovpn /etc/openvpn/client.conf" "/bin/cp /tmp/authdata /etc/openvpn/login.conf" "/bin/cp /tmp/dnsmasqdata /etc/dnsmasq.conf"