summarylogtreecommitdiffstats
path: root/cyberghostvpn_wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'cyberghostvpn_wrapper')
-rwxr-xr-xcyberghostvpn_wrapper7
1 files changed, 7 insertions, 0 deletions
diff --git a/cyberghostvpn_wrapper b/cyberghostvpn_wrapper
new file mode 100755
index 000000000000..144c0e892646
--- /dev/null
+++ b/cyberghostvpn_wrapper
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# put location of openvpn wrapper first in $PATH
+# to ensure that cyberghost is calling the openvpn wrapper
+export PATH=/usr/local/cyberghost:$PATH
+
+/usr/local/cyberghost/cyberghostvpn "$@"