From abe5b803835a4f80ec4422669c3d5ffee89aa762 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 19 Nov 2024 18:43:40 +0100 Subject: [PATCH] unconfigured: continue reboot after 30s if post-hook fails Wait some time to allow checking for any error output to determine why the posthook might have failed but then continue with the reboot. Signed-off-by: Thomas Lamprecht --- unconfigured.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/unconfigured.sh b/unconfigured.sh index 208ed77..070cf33 100755 --- a/unconfigured.sh +++ b/unconfigured.sh @@ -255,7 +255,11 @@ elif [ $start_auto_installer -ne 0 ]; then echo "Starting automatic installation" if /usr/bin/proxmox-auto-installer