This commit is contained in:
Hans Karlinius
2024-11-29 03:12:03 +01:00
parent f15a1cfe7e
commit edc02e0b9a
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ set -x
#my_array+=({ 'name': 'one', 'use': false}) # Add a new item to the array
#bashio::config::update 'my_array' "${my_array[@]}"
list="`/usr/bin/vhclient -t "LIST" | grep '-->'`"
list=$(/usr/bin/vhclient -t "LIST" | grep '-->')
bashio::log.info "${list}"
#options=$(bashio::addon.options)