Add sleep before closing web connection

This commit is contained in:
Kroese 2025-10-08 17:39:49 +02:00 committed by GitHub
parent 5396d1b03e
commit 6ab33a227c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -740,6 +740,7 @@ if [[ "$DHCP" == [Yy1]* ]]; then
else
if [[ "${WEB:-}" != [Nn]* ]]; then
sleep 1.2
closeWeb
fi