Merge pull request #2129 from alexbelgium/create-pull-request/patch-1759019547 nobuild

Github bot: fix linting issues nobuild
This commit is contained in:
Alexandre
2025-09-30 09:07:59 +02:00
committed by GitHub
7 changed files with 18 additions and 18 deletions

0
emby_beta/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File

View File

@@ -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

0
nzbget/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File