From f7434593c9ceb8ab5d9c48d9efc19a3513fa527e Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:48:09 +0100 Subject: [PATCH] Update disk-passthrough.sh --- scripts/disk-passthrough.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/scripts/disk-passthrough.sh b/scripts/disk-passthrough.sh index 71f0b1b..bb8b47a 100644 --- a/scripts/disk-passthrough.sh +++ b/scripts/disk-passthrough.sh @@ -1,6 +1,14 @@ #!/bin/bash -# set -e # Detener el script en caso de error +# ========================================================== +# ProxMenu - A menu-driven script for Proxmox VE management +# ========================================================== +# Author : MacRimi +# Copyright : (c) 2024 MacRimi +# License : MIT (https://raw.githubusercontent.com/MacRimi/ProxMenux/main/LICENSE) +# Version : 1.0 +# Last Updated: 28/01/2025 +# ========================================================== # Configuración de traducción BASE_DIR="/usr/local/share/proxmenux"