summarylogtreecommitdiffstats
path: root/cyberghostvpn_wrapper
blob: 144c0e892646f3429ab6a7118726ad9993aa9900 (plain)
1
2
3
4
5
6
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 "$@"