[PR #79] [MERGED] [Bugfix] Add Whiptail Information to set ressources (Tandoor, ActualBudget, CalibreWeb) #2385

Closed
opened 2025-11-20 05:29:34 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/79
Author: @MickLesk
Created: 11/5/2024
Status: Merged
Merged: 11/5/2024
Merged by: @MickLesk

Base: mainHead: main


📝 Commits (3)

📊 Changes

3 files changed (+3 additions, -0 deletions)

View changed files

📝 ct/actualbudget.sh (+1 -0)
📝 ct/calibre-web.sh (+1 -0)
📝 ct/tandoor.sh (+1 -0)

📄 Description

Fixes # (issue)
Add:
whiptail --backtitle "Proxmox VE Helper Scripts" --msgbox --title "SET RESOURCES" "Please set the resources in your ${APP} LXC to ${var_cpu}vCPU and ${var_ram}RAM for the build process before continuing" 10 75

for Tandoor, ActualBudget, CalibreWeb.

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)

🔄 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/79 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 11/5/2024 **Status:** ✅ Merged **Merged:** 11/5/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`d5c55a5`](https://github.com/community-scripts/ProxmoxVE/commit/d5c55a5ceca5260cd206b1755b27e197fa4d91e9) Calibre-Web: Add Whiptail - [`0ed4af4`](https://github.com/community-scripts/ProxmoxVE/commit/0ed4af4d14297eb08bc7053b6f57c2c4c3bd3be7) ActualBudget: Add Whiptail - [`4783837`](https://github.com/community-scripts/ProxmoxVE/commit/47838372735d1d91db5baeedf92866b0b70dd00e) Tandoor: Add Whiptail ### 📊 Changes **3 files changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `ct/actualbudget.sh` (+1 -0) 📝 `ct/calibre-web.sh` (+1 -0) 📝 `ct/tandoor.sh` (+1 -0) </details> ### 📄 Description Fixes # (issue) Add: whiptail --backtitle "Proxmox VE Helper Scripts" --msgbox --title "SET RESOURCES" "Please set the resources in your ${APP} LXC to ${var_cpu}vCPU and ${var_ram}RAM for the build process before continuing" 10 75 for Tandoor, ActualBudget, CalibreWeb. ## Type of change Please check the relevant option(s): - [x] Bug fix (non-breaking change that resolves an issue) - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) --- <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 05:29:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2385