diff --git a/disk-check.sh b/disk-check.sh index 1ace099..aa220dd 100644 --- a/disk-check.sh +++ b/disk-check.sh @@ -1,5 +1,5 @@ #!/bin/bash - +set -x # Determine OS OS=$(uname) OUTPUT_FILE="/tmp/disk_report.txt"