start/stop timestamps

This commit is contained in:
2025-06-30 12:19:20 -05:00
parent 87b31b845d
commit a277a36b39

View File

@@ -500,6 +500,8 @@ print_info "Completed running "$FUNCNAME""
# RUn the various functions in the correct order # RUn the various functions in the correct order
#################################################################################################### ####################################################################################################
print_info "Execution starting at $CURRENT_TIMESTAMP..."
PreflightCheck PreflightCheck
global-oam global-oam
global-installPackages global-installPackages
@@ -513,4 +515,6 @@ secharden-scap-stig
#secharden-auto-upgrades #secharden-auto-upgrades
#secharden-2fa #secharden-2fa
#auth-cloudron-ldap #auth-cloudron-ldap
print_info "Execution ended at $CURRENT_TIMESTAMP..."