From fd9c50d151bf92addec5986d3ff42341004a0d5b Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 30 Jun 2025 12:28:45 -0500 Subject: [PATCH] . --- SetupNewSystem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SetupNewSystem.sh b/SetupNewSystem.sh index 4048516..41d846f 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="${BASH_SOURCE[0]}.${CURRENT_TIMESTAMP}.$$" # Standard strict mode and error handling boilderplate...