From 4ca60fa851d5ba173c5fc12e258cbd54744feaed Mon Sep 17 00:00:00 2001 From: John Ganci Date: Sat, 7 Oct 2023 06:40:33 -0500 Subject: [PATCH] uncomment set -e --- bash/runcmdproc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/runcmdproc b/bash/runcmdproc index d7604e0f..c8f3f215 100755 --- a/bash/runcmdproc +++ b/bash/runcmdproc @@ -23,7 +23,7 @@ # debug flag; 0=no debug, 1=debug debug=0 -#set -e # exit on all errors +set -e # exit on all errors cd $(dirname $0) # set to directory of script cd ..