From 5c37f0a24a5304b8b986385c023875e6a2bf6b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Mon, 19 May 2014 11:48:40 -0300 Subject: Add OPENVPN_BIN_PATH for OSX --- changes/bug_add_openvpn_bin_path_osx | 1 + src/leap/bitmask/services/eip/darwinvpnlauncher.py | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 changes/bug_add_openvpn_bin_path_osx diff --git a/changes/bug_add_openvpn_bin_path_osx b/changes/bug_add_openvpn_bin_path_osx new file mode 100644 index 00000000..367b5b8e --- /dev/null +++ b/changes/bug_add_openvpn_bin_path_osx @@ -0,0 +1 @@ +- Add OPENVPN_BIN_PATH for OSX so that EIP starts properly. \ No newline at end of file diff --git a/src/leap/bitmask/services/eip/darwinvpnlauncher.py b/src/leap/bitmask/services/eip/darwinvpnlauncher.py index a03bfc44..41d75052 100644 --- a/src/leap/bitmask/services/eip/darwinvpnlauncher.py +++ b/src/leap/bitmask/services/eip/darwinvpnlauncher.py @@ -52,6 +52,8 @@ class DarwinVPNLauncher(VPNLauncher): OPENVPN_PATH = "%s/Contents/Resources/openvpn" % (INSTALL_PATH,) OPENVPN_PATH_ESCAPED = "%s/Contents/Resources/openvpn" % ( INSTALL_PATH_ESCAPED,) + OPENVPN_BIN_PATH = "%s/Contents/Resources/%s" % (INSTALL_PATH, + OPENVPN_BIN) UP_SCRIPT = "%s/client.up.sh" % (OPENVPN_PATH,) DOWN_SCRIPT = "%s/client.down.sh" % (OPENVPN_PATH,) -- cgit v1.2.3