Browse Source

Update haos-test.sh

tteckster 1 year ago
parent
commit
e95e8992a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vm/haos-test.sh

+ 1 - 1
vm/haos-test.sh

@@ -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() {