[PR #10672] [MERGED] fix: setup_mariadb hangs on #8919

Closed
opened 2026-02-26 16:34:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/10672
Author: @CrazyWolf13
Created: 1/9/2026
Status: Merged
Merged: 1/9/2026
Merged by: @MickLesk

Base: mainHead: CrazyWolf13-patch-6


📝 Commits (2)

📊 Changes

1 file changed (+8 additions, -2 deletions)

View changed files

📝 misc/tools.func (+8 -2)

📄 Description

✍️ Description

Fix an issue, where the config already exists and no dialogue is shown to the user, this tries to follow the default option rather than to wait inifinitely for user input

Fixes https://discord.com/channels/1302816934508630047/1421202270846189608/1457406503043469384

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/10672 **Author:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `CrazyWolf13-patch-6` --- ### 📝 Commits (2) - [`20fb52f`](https://github.com/community-scripts/ProxmoxVE/commit/20fb52f81777abcaef9f3f0f68bace5f09896e14) fix: setup_mariadb hangs on - [`3d6e9a4`](https://github.com/community-scripts/ProxmoxVE/commit/3d6e9a4876cab3e186f6e52c787b421c0233d77b) readd: docs ### 📊 Changes **1 file changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `misc/tools.func` (+8 -2) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description Fix an issue, where the config already exists and no dialogue is shown to the user, this tries to follow the default option rather than to wait inifinitely for user input ## 🔗 Related Issue Fixes https://discord.com/channels/1302816934508630047/1421202270846189608/1457406503043469384 ## ✅ 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. - [x] 💥 **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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 16:34:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#8919
No description provided.