Browse Source

Added set -e

Spencer Gardner 6 years ago
parent
commit
2cd64597b8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      openvpn_init.sh

+ 2 - 0
openvpn_init.sh

@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e 
+
 umask 002
 
 VPN_GW=$(/sbin/ip route | awk '/default/ { print $3 }')