Simplifie la mise à jour Proxmox par défaut

This commit is contained in:
2026-04-12 15:07:11 +02:00
parent 0da74c6484
commit 5582df99b7
2 changed files with 1 additions and 5 deletions

View File

@@ -105,11 +105,6 @@ if [[ "$LOCAL_MODE" != "1" ]]; then
prompt_default SSH_PORT "Port SSH Proxmox" "22"
fi
prompt_default CTID "CTID du LXC (laisser vide pour rechercher par nom)" ""
if [[ -z "$CTID" ]]; then
prompt_default LXC_HOSTNAME "Nom du LXC" "chesscubing-web"
fi
if [[ "$LOCAL_MODE" != "1" ]]; then
[[ -n "$PROXMOX_HOST" ]] || die "Le serveur Proxmox est obligatoire."
[[ -n "$PROXMOX_USER" ]] || die "L'utilisateur Proxmox est obligatoire."