From 782d847e543d21356434ba646aad32e4db3e45fa Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Sun, 8 Mar 2026 18:04:29 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index e239f7c4..8c5faceb 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -1827,6 +1827,24 @@ "notes": [], "type": "ct" }, + { + "name": "PVE LXC Execute Command", + "slug": "execute", + "desc": "This script allows administrators to execute a custom command inside one or multiple LXC containers on a Proxmox VE node. Containers can be selectively excluded via an interactive checklist. If a container is stopped, the script will automatically start it, run the command, and then shut it down again. Only Debian and Ubuntu based containers are supported.", + "script": "tools/pve/execute.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/execute.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/tools/pve/execute.sh", + "os": "proxmox", + "categories": [ + 1 + ], + "notes": [ + "Execute within the Proxmox shell.", + "Non-Debian/Ubuntu containers will be skipped automatically.", + "Stopped containers will be started temporarily to run the command, then shut down again." + ], + "type": "pve" + }, { "name": "FHEM", "slug": "fhem", @@ -3651,24 +3669,6 @@ ], "type": "pve" }, - { - "name": "PVE LXC Execute Command", - "slug": "lxc-execute", - "desc": "This script allows administrators to execute a custom command inside one or multiple LXC containers on a Proxmox VE node. Containers can be selectively excluded via an interactive checklist. If a container is stopped, the script will automatically start it, run the command, and then shut it down again. Only Debian and Ubuntu based containers are supported.", - "script": "tools/pve/execute.sh", - "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/execute.sh", - "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/tools/pve/execute.sh", - "os": "proxmox", - "categories": [ - 1 - ], - "notes": [ - "Execute within the Proxmox shell.", - "Non-Debian/Ubuntu containers will be skipped automatically.", - "Stopped containers will be started temporarily to run the command, then shut down again." - ], - "type": "pve" - }, { "name": "Lyrion Music Server", "slug": "lyrionmusicserver",