We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a00a3 commit f07c47aCopy full SHA for f07c47a
uac
@@ -748,10 +748,10 @@ ua_total_running_time=`expr "${ua_acq_end_date_epoch}" - "${ua_acq_start_date_ep
748
749
printf %b "--------------------------------------------------------------------------------\n"
750
log_message INFO "Artifacts collection complete. \
751
-Total running time: ${ua_total_running_time} seconds"
+Total execution time: ${ua_total_running_time} seconds"
752
753
printf %b "Artifacts collection complete. \
754
-Total running time: ${ua_total_running_time} seconds\n"
+Total execution time: ${ua_total_running_time} seconds\n"
755
756
# output file/directory name
757
ua_output_base_name="uac-${ua_hostname}-${OPERATING_SYSTEM}-${ua_current_date_time}"
0 commit comments