test
This commit is contained in:
@@ -14,7 +14,7 @@ set -x
|
||||
#bashio::config::update 'my_array' "${my_array[@]}"
|
||||
|
||||
list1=$(/usr/bin/vhclient -t LIST)
|
||||
list2=$(grep -o '--' <<< ${list1})
|
||||
list2=$(grep -o "--" <<< "${list1}")
|
||||
bashio::log.info "${list1}"
|
||||
bashio::log.info "${list2}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user