Update pimox-haos-vm.sh

This commit is contained in:
tteckster 2022-03-29 13:43:21 -04:00 committed by GitHub
parent 380e387895
commit 813b4becc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
# for testing only
set -o pipefail
shopt -s expand_aliases
alias die='EXIT=$? LINE=$LINENO error_exit'