Explorar o código

Update haos-test.sh

tteckster hai 1 ano
pai
achega
e95e8992a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {