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