feat: Improve startup detection (#2017)

This commit is contained in:
Kroese
2026-07-28 12:46:08 +02:00
committed by GitHub
parent 6389212ca7
commit f447eeddce
2 changed files with 60 additions and 16 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ else
fi
pid=$!
( sleep 30; boot ) &
waitForBoot "$pid" 30 &
rc=0
wait "$pid" || rc=$?