unset errexit

This commit is contained in:
Cian Johnston 2026-01-07 16:35:29 +00:00
parent 2ecdbddf8f
commit 1dbdad101d
No known key found for this signature in database
GPG Key ID: F57401F0A40CBB29

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
set -o errexit #set -o errexit
set -o pipefail set -o pipefail
set -x set -x