mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 19:01:31 +00:00
🔨 Set default timeout on status report to 30 seconds
This commit is contained in:
parent
117ad44d24
commit
2ba3361576
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
# Community Hass.io Add-ons: WireGuard
|
||||
# Shows current WireGuard status
|
||||
# ==============================================================================
|
||||
sleep 15
|
||||
sleep 30
|
||||
bashio::log.info "Requesting current status from WireGuard..."
|
||||
exec wg show
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue