mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 19:01:31 +00:00
use bashio::log.info for status
This commit is contained in:
parent
c57f7e15e5
commit
4b95201769
1 changed files with 3 additions and 1 deletions
|
@ -5,4 +5,6 @@
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
sleep 30
|
sleep 30
|
||||||
bashio::log.info "Requesting current status from WireGuard..."
|
bashio::log.info "Requesting current status from WireGuard..."
|
||||||
exec wg show
|
while read line; do
|
||||||
|
bashio::log.info "${line}"
|
||||||
|
done < <(wg show)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue