adding strict mode back in

This commit is contained in:
2025-06-25 08:55:28 -05:00
parent 47b651ac15
commit 8f76bd1ad1

View File

@@ -2,9 +2,9 @@
# Standard strict mode and error handling boilderplate...
#set -e
#set -o pipefail
#set -o functrace
set -e
set -o pipefail
set -o functrace
# Start actual script logic here...