refactor: remove redundant log message from update script

This commit is contained in:
Yury Kossakovsky
2025-12-16 16:38:03 -07:00
parent 09c439fa6d
commit 7a429ede7a

View File

@@ -112,7 +112,4 @@ fi
# Execute the rest of the update process using the (potentially updated) apply_update.sh
bash "$APPLY_UPDATE_SCRIPT"
# The final success message will now come from apply_update.sh
log_info "Update script finished." # Changed final message
exit 0