From 47062b3c994b840dda364ca1c40475ed9050a89f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 22 Jun 2021 11:19:59 +0200 Subject: Fixes here and there... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bin/vpnsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/vpnsetup b/bin/vpnsetup index 8faf879..e131d8d 100755 --- a/bin/vpnsetup +++ b/bin/vpnsetup @@ -15,7 +15,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -set -e +set -ex # Show the help message. __vpnsetup_help() { -- cgit v1.2.3