summarylogtreecommitdiffstats
path: root/vpn.sh
diff options
context:
space:
mode:
authorFlamus Diu2016-07-26 18:14:03 -0400
committerFlamus Diu2016-07-26 18:14:03 -0400
commit8c52bf99f5244833f9079abdeda37c0ce0767b48 (patch)
tree6cf54881bad7aa7be1074cafd99e5a069477ff2b /vpn.sh
downloadaur-8c52bf99f5244833f9079abdeda37c0ce0767b48.tar.gz
Version 3.0 dev
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