mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
b8ad99cc82
commit
769d9bf0a6
@@ -52,7 +52,8 @@ if [[ "$update" = "yes" ]]; then
|
||||
mapfile -t prs < <(list_open_prs || true)
|
||||
if ((${#prs[@]})); then
|
||||
# Sort numerically (oldest first)
|
||||
IFS=$'\n' prs=($(sort -n <<<"${prs[*]}")); unset IFS
|
||||
IFS=$'\n' prs=($(sort -n <<< "${prs[*]}"))
|
||||
unset IFS
|
||||
echo "Open PR(s): ${prs[*]}"
|
||||
|
||||
for pr in "${prs[@]}"; do
|
||||
|
||||
@@ -94,13 +94,13 @@
|
||||
"panel_admin": false,
|
||||
"panel_icon": "mdi:book-multiple",
|
||||
"ports": {
|
||||
"8181/tcp": 8181,
|
||||
"8081/tcp": 8081,
|
||||
"8181/tcp": 8181,
|
||||
"9090/tcp": 9090
|
||||
},
|
||||
"ports_description": {
|
||||
"8181/tcp": "Calibre desktop gui (https)",
|
||||
"8081/tcp": "Calibre webserver gui, to be enabled within the desktop gui",
|
||||
"8181/tcp": "Calibre desktop gui (https)",
|
||||
"9090/tcp": "Calibre wireless connection, to be enabled within the desktop gui"
|
||||
},
|
||||
"privileged": [
|
||||
|
||||
0
emby_beta/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
emby_beta/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
nzbget/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
nzbget/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
portainer/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
portainer/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
portainer/rootfs/etc/services.d/portainer/run
Normal file → Executable file
0
portainer/rootfs/etc/services.d/portainer/run
Normal file → Executable file
@@ -1,4 +1,3 @@
|
||||
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
set -e
|
||||
|
||||
0
qbittorrent/rootfs/etc/s6-overlay/s6-rc.d/svc-qbittorrent/run
Normal file → Executable file
0
qbittorrent/rootfs/etc/s6-overlay/s6-rc.d/svc-qbittorrent/run
Normal file → Executable file
0
qbittorrent/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
qbittorrent/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
qbittorrent/rootfs/etc/services.d/timer/run
Normal file → Executable file
0
qbittorrent/rootfs/etc/services.d/timer/run
Normal file → Executable file
0
ubooquity/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
ubooquity/rootfs/etc/services.d/nginx/run
Normal file → Executable file
Reference in New Issue
Block a user