This commit is contained in:
2025-06-30 12:26:32 -05:00
parent 8d16f8e8f7
commit 4375b82f55

View File

@ -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