armbian-next: docker: fix: not all find's are made equal, back to -mtime +1 (full 24-hour period needed for match)

This commit is contained in:
Ricardo Pardini
2023-01-27 20:03:23 +01:00
parent b91d752aa6
commit 41d7d0155e
2 changed files with 3 additions and 3 deletions

View File

@@ -196,7 +196,7 @@ function run_host_command_logged_raw() {
echo -e "${bright_red_color:-}-->--> command failed with error code ${exit_code} after $((SECONDS - seconds_start)) seconds${normal_color:-}" >> "${CURRENT_LOGFILE}"
fi
# @TODO: send these _ONLY_ to logfile. there's enough on screen already...
# send these _ONLY_ to logfile. there's enough on screen already...
display_alert_skip_screen=1 display_alert "stacktrace for failed command" "exit code ${exit_code}:$*\n$(stack_color="${magenta_color:-}" show_caller_full)" "wrn"
# Obtain extra info about error, eg, log files produced, extra messages set by caller, etc.