summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_maintenance.sh2
-rwxr-xr-xbin/reproducible_node_health_check.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 2e017525..be830f28 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -55,7 +55,7 @@ fi
#
# we fail hard
#
-set +e
+set -e
#
# check for working proxy
diff --git a/bin/reproducible_node_health_check.sh b/bin/reproducible_node_health_check.sh
index e4dd61fd..6f6f71ba 100755
--- a/bin/reproducible_node_health_check.sh
+++ b/bin/reproducible_node_health_check.sh
@@ -35,7 +35,7 @@ show_fstab_and_mounts() {
#
# we fail hard
#
-set +e
+set -e
#
# check for /dev/shm being mounted properly