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 ----