From a277a36b39ea356b74023be5945ef3b3b15d51ec Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 30 Jun 2025 12:19:20 -0500 Subject: [PATCH] start/stop timestamps --- SetupNewSystem.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SetupNewSystem.sh b/SetupNewSystem.sh index feb8a41..5711421 100644 --- a/SetupNewSystem.sh +++ b/SetupNewSystem.sh @@ -500,6 +500,8 @@ print_info "Completed running "$FUNCNAME"" # RUn the various functions in the correct order #################################################################################################### +print_info "Execution starting at $CURRENT_TIMESTAMP..." + PreflightCheck global-oam global-installPackages @@ -513,4 +515,6 @@ secharden-scap-stig #secharden-auto-upgrades #secharden-2fa -#auth-cloudron-ldap \ No newline at end of file +#auth-cloudron-ldap + +print_info "Execution ended at $CURRENT_TIMESTAMP..." \ No newline at end of file