test
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
options=$(bashio::api.supervisor GET "/addons/self/options/config")
|
||||
autofind=$(echo $options | jq '. | if .autofind then true else false end')
|
||||
autouse=$(echo $options | jq '. | if .autouse then true else false end')
|
||||
clientid=$(echo $options | jq -r '.clientid | tostring')
|
||||
#manualhub=$(echo $options | jq -r '.manualhub | tostring')
|
||||
clientid=$(echo $options | jq '.clientid | select(. != null)')
|
||||
manualhub=$(echo $options | jq '.manualhub | select(. != null)')
|
||||
|
||||
if $autofind; then
|
||||
|
||||
Reference in New Issue
Block a user