From 10ce9ca724627ca075a9b82918ccf4f234912cd3 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 30 Jun 2025 12:20:44 -0500 Subject: [PATCH] . --- SetupNewSystem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SetupNewSystem.sh b/SetupNewSystem.sh index 5711421..5e72344 100644 --- a/SetupNewSystem.sh +++ b/SetupNewSystem.sh @@ -4,7 +4,7 @@ export CURRENT_TIMESTAMP CURRENT_TIMESTAMP="$(date +%A-%Y-%m-%d-%T)" export LOGFILENAME -LOGFILENAME="$0.${CURRENT_TIMESTAMP}.$$" +LOGFILENAME="./$0.${CURRENT_TIMESTAMP}.$$" # Standard strict mode and error handling boilderplate...