Fixed set -x

This commit is contained in:
Yaro Kasear 2025-04-21 13:55:41 -05:00
parent 26c3927e75
commit 736703054e

View file

@ -1,6 +1,6 @@
#!/bin/bash
set x
set -x
set -euo pipefail
trap 'echo "[✖] Execution halted at line $LINENO. An unexpected error occurred. Please contact your nearest bash therapist." >&2' ERR