OS Probe updated to be more robust
This commit is contained in:
parent
227c83867c
commit
4596e42512
2 changed files with 29 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# set -x # For debugging
|
||||
#set -x # For debugging
|
||||
set -eo pipefail # No -u that would just bother me
|
||||
trap cleanup EXIT # A little more robust cleanup
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue