Turn on halt on error switch to catch #68

This commit is contained in:
awalsh128 2022-11-24 08:03:05 -08:00
parent 809bee8acd
commit d2609caf3b

View file

@ -1,5 +1,7 @@
#!/bin/bash
set -e
# Debug mode for diagnosing issues.
# Setup first before other operations.
debug="${4}"