OS Probe updated to be more robust

This commit is contained in:
kake26 2024-10-15 16:32:07 -05:00
parent 227c83867c
commit 4596e42512
Signed by: kake26
GPG key ID: E8AFC43591876B4D
2 changed files with 29 additions and 10 deletions

View file

@ -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