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"