Skip to content
Snippets Groups Projects
Unverified Commit 316df9ea authored by meskio's avatar meskio :tent:
Browse files

[bug] set the right path for snap bitmask-root

parent 2acbb45c
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ import (
const (
systemOpenvpnPath = "/usr/sbin/openvpn"
snapOpenvpnPath = "/snap/bin/" + config.BinaryName + ".openvpn"
snapBitmaskRootPath = "snap/bin/" + config.BinaryName + ".bitmask-root"
snapBitmaskRootPath = "/snap/bin/" + config.BinaryName + ".bitmask-root"
)
var bitmaskRootPaths = []string{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment