summarylogtreecommitdiffstats
path: root/vpn.sh
diff options
context:
space:
mode:
authorFlamus Diu2015-07-04 13:48:44 -0400
committerFlamus Diu2015-07-04 13:48:44 -0400
commit8d36943c453bd16b6dab20526c859d7c0fc23340 (patch)
tree5dcd605f8b6dcacd4d7df90fdd92cfe5c0b81026 /vpn.sh
parent44d0c9eb8d55c280d0b68825080077a4f094edf0 (diff)
downloadaur-8d36943c453bd16b6dab20526c859d7c0fc23340.tar.gz
Updated python-pia to 2.0.1. Check github for changelog
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