mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:24:01 -04:00
[PR #237] [MERGED] fix: Container ID display not showing after whiptail input and update tools.func #287
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/237
Author: @michelroegl-brunner
Created: 10/24/2025
Status: ✅ Merged
Merged: 10/24/2025
Merged by: @michelroegl-brunner
Base:
main← Head:update/tools.func📝 Commits (2)
bc52256fix: Container ID display not showing after whiptail input5faa7f3remove debian📊 Changes
2 files changed (+2929 additions, -1386 deletions)
View changed files
📝
scripts/core/build.func(+1 -4)📝
scripts/core/tools.func(+2928 -1382)📄 Description
🐛 Bug Fix
Problem
The Container ID display was not showing after the whiptail input dialog, regardless of whether the user entered a custom ID or left it empty.
Root Cause
The echo statement was inside the whiptail output capture block where the output redirection was interfering with the display.
Solution
Changes
Testing
Feature Flag
This fix is ready for immediate deployment and does not require a feature flag as it's a bug fix that improves existing functionality.
Type: Bug Fix
Priority: Medium
Breaking Changes: None
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.