This commit is contained in:
Alexandre
2025-05-27 14:09:07 +02:00
committed by GitHub
parent 31a2eab0f3
commit 008a3038b6

View File

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