[PR #2228] [MERGED] Feature: Automatic Deletion of choosen LXC's (lxc-delete.sh) #3506

Closed
opened 2025-11-20 06:05:12 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2228
Author: @MickLesk
Created: 2/10/2025
Status: Merged
Merged: 2/10/2025
Merged by: @michelroegl-brunner

Base: mainHead: MickLesk-patch-2


📝 Commits (3)

  • f048c46 Feature: Automatic Deletion of choosen LXC's (lxc-delete.sh)
  • 63e5ae0 fix appname
  • 5f96c91 fix header

📊 Changes

1 file changed (+29 additions, -31 deletions)

View changed files

📝 misc/lxc-delete.sh (+29 -31)

📄 Description

✍️ Description

add new feature "automatic" deletion
-> Implemented an automatic workflow and an manual
-> manual flow is the default!

  1. Script execute
  2. Whiptail - choose lxcs to delete
  3. choose option (manual / automatic)
  4. automatic = work as designed
  5. manual = accept every single choosen script

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

--

🛠️ Type of Change

  • New feature – Adds new, non-breaking functionality.

🔄 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/2228 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 2/10/2025 **Status:** ✅ Merged **Merged:** 2/10/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `MickLesk-patch-2` --- ### 📝 Commits (3) - [`f048c46`](https://github.com/community-scripts/ProxmoxVE/commit/f048c466e54d0ea9a99a2cf406d87bdd1473302c) Feature: Automatic Deletion of choosen LXC's (lxc-delete.sh) - [`63e5ae0`](https://github.com/community-scripts/ProxmoxVE/commit/63e5ae023dd34e72411c60298e48ed573fcab3f2) fix appname - [`5f96c91`](https://github.com/community-scripts/ProxmoxVE/commit/5f96c918620950b912a8a118ad46209f1bb07789) fix header ### 📊 Changes **1 file changed** (+29 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `misc/lxc-delete.sh` (+29 -31) </details> ### 📄 Description ## ✍️ Description add new feature "automatic" deletion -> Implemented an automatic workflow and an manual -> manual flow is the default! 1. Script execute 2. Whiptail - choose lxcs to delete 3. choose option (manual / automatic) 4. automatic = work as designed 5. manual = accept every single choosen script ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [x] **Self-review performed** – Code follows established patterns and conventions. - [x] **Testing performed** – Changes have been thoroughly tested and verified. -- ## 🛠️ Type of Change - [x] ✨ **New feature** – Adds new, non-breaking functionality. --- <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 06:05:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3506