From 4375b82f555be6e10e8525dbf329eb9b340235a5 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 30 Jun 2025 12:26:32 -0500 Subject: [PATCH] . --- SetupNewSystem.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SetupNewSystem.sh b/SetupNewSystem.sh index 7bce909..4048516 100644 --- a/SetupNewSystem.sh +++ b/SetupNewSystem.sh @@ -6,7 +6,6 @@ CURRENT_TIMESTAMP="$(date +%A-%Y-%m-%d-%T)" export LOGFILENAME LOGFILENAME="$0.${CURRENT_TIMESTAMP}.$$" -touch $LOGFILENAME # Standard strict mode and error handling boilderplate... @@ -502,6 +501,8 @@ print_info "Completed running "$FUNCNAME"" # RUn the various functions in the correct order #################################################################################################### +echo > $LOGFILENAME + print_info "Execution starting at $CURRENT_TIMESTAMP..." PreflightCheck