Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexandre
2026-06-05 21:17:28 +02:00
committed by GitHub
parent c6c7171ff8
commit 7fd294621a

View File

@@ -125,6 +125,7 @@ if command -v redis-server > /dev/null 2>&1; then
redis-server &
else
bashio::log.fatal "redis-server is not installed; paperless-ngx requires it as broker"
bashio::exit.nok "redis-server is required (install it in PACKAGES or configure an external broker)"
fi
#################