From 805f472732a58e861f1d951a4169b3db873a17ec Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 10 Nov 2024 15:13:44 -0500 Subject: [PATCH] Update disk-check.sh --- disk-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"