[PR #5072] [CLOSED] tools.func: remove output suppression for messages #5495

Open
opened 2025-11-20 07:06:14 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5072
Author: @vhsdream
Created: 6/9/2025
Status: Closed

Base: mainHead: tools


📝 Commits (1)

  • 9ea8c82 tools.func: remove output suppression for messages

📊 Changes

1 file changed (+38 additions, -38 deletions)

View changed files

📝 misc/tools.func (+38 -38)

📄 Description

✍️ Description

Several msg_info and msg_ok messages were suppressed by $STD in this function. I noticed it when I was using it to install Ruby. I don't know if this was simply missed or if there is a reason for it, so please let me know if it was intentional.

  • In the Ruby install function the make command would produce output so I added $STD there.

In Prerequisites below, tested thoroughly is unchecked because I have only tested the Ruby install to ensure it still works. Although I don't forsee an issue, I'm thinking that for such a change, you may want me to verify by doing a test run for each function. That's why it's a draft.

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/5072 **Author:** [@vhsdream](https://github.com/vhsdream) **Created:** 6/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `tools` --- ### 📝 Commits (1) - [`9ea8c82`](https://github.com/community-scripts/ProxmoxVE/commit/9ea8c820435ee32baa3104dcf62603d23607db91) tools.func: remove output suppression for messages ### 📊 Changes **1 file changed** (+38 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `misc/tools.func` (+38 -38) </details> ### 📄 Description ## ✍️ Description Several `msg_info` and `msg_ok` messages were suppressed by `$STD` in this function. I noticed it when I was using it to install Ruby. I don't know if this was simply missed or if there is a reason for it, so please let me know if it was intentional. - In the Ruby install function the `make` command would produce output so I added `$STD` there. In Prerequisites below, **tested thoroughly** is unchecked because I have only tested the Ruby install to ensure it still works. Although I don't forsee an issue, I'm thinking that for such a change, you may want me to verify by doing a test run for each function. That's why it's a draft. ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [ ] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [x] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [x] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:06:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5495