From 7fd294621a50e2a572afcf2431b3f88b120bc227 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:17:28 +0200 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- zzz_archived_paperless_ngx/rootfs/etc/cont-init.d/99-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/zzz_archived_paperless_ngx/rootfs/etc/cont-init.d/99-run.sh b/zzz_archived_paperless_ngx/rootfs/etc/cont-init.d/99-run.sh index 7015f5bcc6..f7d3cfe2d5 100755 --- a/zzz_archived_paperless_ngx/rootfs/etc/cont-init.d/99-run.sh +++ b/zzz_archived_paperless_ngx/rootfs/etc/cont-init.d/99-run.sh @@ -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 #################