From 8c14a8e4b22a1abec3651383e36b2cffe0aa8219 Mon Sep 17 00:00:00 2001 From: Christophe JEANNEROT Date: Sat, 21 Feb 2026 19:40:59 +0100 Subject: [PATCH] Update unifi-os.sh --- unifi-os.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/unifi-os.sh b/unifi-os.sh index 2051e2b..33be46c 100644 --- a/unifi-os.sh +++ b/unifi-os.sh @@ -301,6 +301,10 @@ write_files: } runcmd: + # Root unlock (Debian cloud) + s'assurer que le mot de passe est bien actif + - passwd -u root || true + - echo "root:root" | chpasswd + # Réseau: petite attente (DHCP) - bash -lc 'for i in {1..30}; do ping -c1 1.1.1.1 >/dev/null 2>&1 && break; sleep 2; done' @@ -316,10 +320,6 @@ runcmd: # GRUB update (pour 1080p) - update-grub || true - # Root unlock (Debian cloud) + s'assurer que le mot de passe est bien actif - - passwd -u root || true - - echo "root:root" | chpasswd - # Agent Proxmox - systemctl enable qemu-guest-agent || true - systemctl start qemu-guest-agent || true