From 008a3038b6b8ab98ad95d79042f9348c43ac1ec3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 27 May 2025 14:09:07 +0200 Subject: [PATCH] Lint --- comixed/rootfs/etc/cont-init.d/99-run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comixed/rootfs/etc/cont-init.d/99-run.sh b/comixed/rootfs/etc/cont-init.d/99-run.sh index 42b9c53aa..f051bb839 100755 --- a/comixed/rootfs/etc/cont-init.d/99-run.sh +++ b/comixed/rootfs/etc/cont-init.d/99-run.sh @@ -79,8 +79,8 @@ bashio::log.warning "Username: comixedreader@localhost Password: comixedreader" bashio::log.info "Starting..." -# shellcheck disable=SC2086,SC2211 -/./app/comixed-release*/bin/run.sh -L /config/comixed.log +# shellcheck disable=SC2086 +/./app/"$(find /app -type d -name 'comixed-release*' | head -n 1)"/bin/run.sh -L /config/comixed.log #& true #bashio::net.wait_for 7171 localhost 900 || true