summaryrefslogtreecommitdiff
path: root/src/leap
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-08-26 11:16:43 -0300
committerTomás Touceda <chiiph@leap.se>2013-08-26 11:16:43 -0300
commit2f6ad4211ccee12b577f78ff84a6d1d36d95b724 (patch)
treea4f0b4430926dea7c75e69ea8b3ed9bde5d35b7f /src/leap
parent6259826db4418be0bf05fee4785997575abe8177 (diff)
parent4d9525be291df0bd5679f9c1247686693161ccf8 (diff)
Merge remote-tracking branch 'kali/bug/3450_fix-up-script' into develop
Diffstat (limited to 'src/leap')
-rw-r--r--src/leap/bitmask/services/eip/vpnlaunchers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/services/eip/vpnlaunchers.py b/src/leap/bitmask/services/eip/vpnlaunchers.py
index fb9ac46f..f8c51ad8 100644
--- a/src/leap/bitmask/services/eip/vpnlaunchers.py
+++ b/src/leap/bitmask/services/eip/vpnlaunchers.py
@@ -343,7 +343,7 @@ class LinuxVPNLauncher(VPNLauncher):
abs_path_in_bundle = os.path.join(cwd, rel_path_in_bundle)
if os.path.isfile(abs_path_in_bundle):
return abs_path_in_bundle
- abs_path_in_system = kls.OPENVPN_DOWN_ROOT_FILE
+ abs_path_in_system = kls.OPENVPN_DOWN_ROOT_PATH
if os.path.isfile(abs_path_in_system):
return abs_path_in_system