From 5e378a2a5ca8839d878b95c381c8637e970e34ab Mon Sep 17 00:00:00 2001 From: dmbekker Date: Mon, 20 May 2013 00:13:00 +0200 Subject: [PATCH] Update openvpn-install.sh Will halt the script if a command returns a error code >= 1 explained better [here](http://stackoverflow.com/questions/821396/aborting-a-shell-script-if-any-command-returns-a-non-zero-value#comment630464_821419) --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 63c9358..d274930 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e # OpenVPN road warrior installer for Debian-based distros # This script will only work on Debian-based systems. It isn't bulletproof but