diff options
Diffstat (limited to 'pkg/helper/linux.go')
-rw-r--r-- | pkg/helper/linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/helper/linux.go b/pkg/helper/linux.go index 235351b..f1e21c8 100644 --- a/pkg/helper/linux.go +++ b/pkg/helper/linux.go @@ -30,10 +30,10 @@ const ( openvpnGroup = "nogroup" LogFolder = "/var/log/" systemOpenvpnPath = "/usr/sbin/openvpn" - snapOpenvpnPath = "/snap/bin/" + config.BinaryName + ".openvpn" ) var ( + snapOpenvpnPath = "/snap/bin/" + config.BinaryName + ".openvpn" platformOpenvpnFlags = []string{ "--script-security", "1", "--user", openvpnUser, |