From 6b5b9713652e6046952e2512fcb3701a2b0b0416 Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Fri, 23 Jan 2026 23:58:12 +0100 Subject: [PATCH] create_pve-mgnt-lxc.sh aktualisiert --- create_pve-mgnt-lxc.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/create_pve-mgnt-lxc.sh b/create_pve-mgnt-lxc.sh index 5711a3e..3aa23f5 100644 --- a/create_pve-mgnt-lxc.sh +++ b/create_pve-mgnt-lxc.sh @@ -2,7 +2,7 @@ # ===================================================== # Proxmox VE: Debian 13 LXC automatisch erstellen # Hostname: -MGNT -# Unprivilegiert, Passwort optional +# Unprivilegiert # Automatisches Debian 13 Template # WebUI-Konsole funktioniert # Autostart aktiviert @@ -32,8 +32,8 @@ if [[ $EUID -ne 0 ]]; then exit 1 fi -# ---- Root-Passwort abfragen (optional) ---- -read -s -p "Root-Passwort für LXC (leer für kein Passwort): " ROOTPASS +# ---- Root-Passwort abfragen ---- +read -s -p "Root-Passwort für LXC: " ROOTPASS echo # ---- Dynamischer Hostname ----