This commit is contained in:
Hans Karlinius
2024-11-29 03:52:34 +01:00
parent 99be629c03
commit 1fb6cd1fd7
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ set -x
#bashio::config::update 'my_array' "${my_array[@]}"
list1=$(/usr/bin/vhclient -t LIST)
list2=$(grep -- ${list1})
list2=$(grep -- < ${list1})
bashio::log.info "${list1}"
bashio::log.info "${list2}"