added option debug for tracing fall points

This commit is contained in:
ag-tsotetsi
2026-02-08 11:44:18 +02:00
parent 75ad04069d
commit 038b79a2c1

View File

@@ -1,8 +1,13 @@
#!/usr/bin/env bash
set -euxo pipefail
umask 022
if [[ -v DEBUG ]]; then
set -euxo pipefail
else
set -euo pipefail
fi
. config/global.env
. config/utilities.bash