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