Fixed set -x
This commit is contained in:
parent
26c3927e75
commit
736703054e
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue