Skip to content

Commit

Permalink
Updated vpn up/down shell scripts to include VPN_CLIENT
Browse files Browse the repository at this point in the history
  • Loading branch information
Euan Reid committed Nov 27, 2016
1 parent d41f780 commit 3d569d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ec2gaming-vpndown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
source "$(dirname "$0")/ec2gaming.header"

echo -n "Disconnecting VPN... "
osascript ec2gaming-vpndown.scpt
osascript "ec2gaming-vpndown.$VPN_CLIENT.scpt"
2 changes: 1 addition & 1 deletion scripts/ec2gaming-vpnup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ else
sed "s#IP#$IP#g;s#AUTH#$AUTH#g" ec2gaming.ovpn.template > "$BACKING_CONFIG"
fi

osascript ec2gaming-vpnup.scpt
osascript "ec2gaming-vpnup.$VPN_CLIENT.scpt"

0 comments on commit 3d569d0

Please sign in to comment.