From 0e04db089ebf09436322ade14d46c21c9d2d0f82 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:56:01 +0100 Subject: [PATCH] fix description --- json/lxc-delete.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/lxc-delete.json b/json/lxc-delete.json index dbc3672b..f2010dbe 100644 --- a/json/lxc-delete.json +++ b/json/lxc-delete.json @@ -12,7 +12,7 @@ "documentation": null, "website": null, "logo": "https://raw.githubusercontent.com/home-assistant/brands/master/core_integrations/proxmoxve/icon.png", - "description": "This script provides options for managing Proxmox VE repositories, including disabling the Enterprise Repo, adding or correcting PVE sources, enabling the No-Subscription Repo, adding the test Repo, disabling the subscription nag, updating Proxmox VE, and rebooting the system.", + "description": "This script helps manage and delete LXC containers on a Proxmox VE server. It lists all available containers, allowing the user to select one or more for deletion through an interactive menu. Running containers are automatically stopped before deletion, and the user is asked to confirm each action. The script ensures a controlled and efficient container management process.", "install_methods": [ { "type": "default", @@ -36,4 +36,4 @@ "type": "info" } ] -} \ No newline at end of file +}