mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-22 05:50:31 +02:00
Merge pull request #2129 from alexbelgium/create-pull-request/patch-1759019547 nobuild
Github bot: fix linting issues nobuild
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
|
||||
declare config
|
||||
|
||||
config=$(\
|
||||
config=$(
|
||||
bashio::var.json \
|
||||
host "http://127.0.0.1" \
|
||||
port "^$(bashio::addon.port 9001)" \
|
||||
port "^$(bashio::addon.port 9001)"
|
||||
)
|
||||
|
||||
if bashio::discovery "mealie" "${config}" > /dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user