fix: remove debug output, add duration tracking, cleanup duplicate log messages

This commit is contained in:
CanbiZ (MickLesk)
2026-02-10 14:29:28 +01:00
parent c60ff2ae75
commit 82de09f19f
3 changed files with 19 additions and 35 deletions

View File

@@ -4023,6 +4023,9 @@ EOF'
install_ssh_keys_into_ct
# Run application installer
# Start timer for duration tracking
start_install_timer
# Disable error trap - container errors are handled internally via flag file
set +Eeuo pipefail # Disable ALL error handling temporarily
trap - ERR # Remove ERR trap completely