🔨 Set default timeout on status report to 30 seconds

This commit is contained in:
Franck Nijhof 2019-08-28 21:27:23 +02:00
parent 117ad44d24
commit 2ba3361576
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -3,6 +3,6 @@
# Community Hass.io Add-ons: WireGuard # Community Hass.io Add-ons: WireGuard
# Shows current WireGuard status # Shows current WireGuard status
# ============================================================================== # ==============================================================================
sleep 15 sleep 30
bashio::log.info "Requesting current status from WireGuard..." bashio::log.info "Requesting current status from WireGuard..."
exec wg show exec wg show