mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 20:11:24 +00:00
🔥 Removes secrets support, now natively supported by Hassio (#14)
This commit is contained in:
parent
68fa417e4e
commit
16e98bf090
4 changed files with 0 additions and 69 deletions
|
@ -46,10 +46,6 @@ QUERY
|
|||
|
||||
result=$(bashio::jq "${__BASHIO_ADDON_CONFIG}" "${query}")
|
||||
|
||||
if [[ "${result}" == '!secret '* ]]; then
|
||||
result=$(bashio::secret "${result}")
|
||||
fi
|
||||
|
||||
printf "%s" "${result}"
|
||||
return "${__BASHIO_EXIT_OK}"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue