Signed-off-by: Christoph Heiss <c.he...@proxmox.com>
---
Changes v3 -> v4:
  * dropped whitespace-only change

Changes v2 -> v3:
  * no changes

Changes v1 -> v2:
  * no changes

 unconfigured.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/unconfigured.sh b/unconfigured.sh
index b1c980a..208ed77 100755
--- a/unconfigured.sh
+++ b/unconfigured.sh
@@ -253,7 +253,10 @@ elif [ $start_auto_installer -ne 0 ]; then
         debugsh || true
     fi
     echo "Starting automatic installation"
-    /usr/bin/proxmox-auto-installer </run/automatic-installer-answers
+
+    if /usr/bin/proxmox-auto-installer </run/automatic-installer-answers; then
+       /usr/bin/proxmox-post-hook </run/automatic-installer-answers
+    fi
 else
     echo "Starting the installer GUI - see tty2 (CTRL+ALT+F2) for any 
errors..."
     xinit -- -dpi "$DPI" -s 0 >/dev/tty2 2>&1
-- 
2.47.0



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to