From 032fa387b6bb450f3efb59a15efeab0f7342911e Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 6 May 2026 17:37:04 -0700 Subject: [PATCH] Fix the report location. --- rc_shared.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc_shared.sh b/rc_shared.sh index 905fde8..7a804d4 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -618,7 +618,7 @@ eval "$(declare -F | grep -v _ | sed 's/-f /-fx /')" fi done fi -) >> $Home/Reports/env-shared.log 2>&1 & +) >> "$HOME"/Reports/env-shared.log 2>&1 & ## Complete! ##