diff options
Diffstat (limited to 'src/leap/bitmask/vpn/launchers/linux.py')
-rw-r--r-- | src/leap/bitmask/vpn/launchers/linux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/vpn/launchers/linux.py b/src/leap/bitmask/vpn/launchers/linux.py index 526b0ceb..5e05bea4 100644 --- a/src/leap/bitmask/vpn/launchers/linux.py +++ b/src/leap/bitmask/vpn/launchers/linux.py @@ -129,7 +129,7 @@ class LinuxVPNLauncher(VPNLauncher): if IS_SNAP: # this should change when bitmask is also a snap. for now, # snap means RiseupVPN - return '/snap/bin/riseup-vpn/bin/riseup-vpn.openvpn' + return constants.OPENVPN_SNAP _sys = constants.OPENVPN_SYSTEM _local = constants.OPENVPN_LOCAL |