From d2609caf3bdc3d057c5f5e9aeb5ca968f35696f7 Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Thu, 24 Nov 2022 08:03:05 -0800 Subject: [PATCH] Turn on halt on error switch to catch #68 --- pre_cache_action.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pre_cache_action.sh b/pre_cache_action.sh index 4b3ff4b..0c23930 100755 --- a/pre_cache_action.sh +++ b/pre_cache_action.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + # Debug mode for diagnosing issues. # Setup first before other operations. debug="${4}"