Update start delay

This commit is contained in:
Hans Karlinius
2025-06-07 07:53:27 +02:00
parent f5c6a6e09e
commit f20361d509

View File

@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
bashio::log.info "Waiting a bit for vhclient ..."
s6-sleep 5
s6-sleep 15 # TODO: make it check not just wait
server_connection=$(/usr/bin/vhclient -t "GET CLIENT STATE" | awk '/<connection/{print}')
bashio::log.info "Server: ${server_connection}"