Update haos-test.sh

This commit is contained in:
tteckster 2023-12-02 20:06:05 -05:00 committed by GitHub
parent e679048dda
commit e95e8992a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ HOLD="-"
CM="${GN}${CL}"
CROSS="${RD}${CL}"
THIN="discard=on,ssd=1,"
set -euo pipefail
set -e
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
trap cleanup EXIT
function error_handler() {