summarylogtreecommitdiffstats
path: root/vpn.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vpn.sh')
-rwxr-xr-xvpn.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/vpn.sh b/vpn.sh
new file mode 100755
index 000000000000..ee1794b77927
--- /dev/null
+++ b/vpn.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+if [ "$1" == "pre" ]
+then
+ killall openvpn
+fi