From 571dbbb0ba4145fac578e39c06a1c4d0f4810c20 Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 31 Oct 2025 14:15:50 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Update=20codebase=20?= =?UTF-8?q?=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/local/bin/entrypoint.sh --- rootfs/usr/local/bin/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/usr/local/bin/entrypoint.sh b/rootfs/usr/local/bin/entrypoint.sh index e43e360..5a67fa8 100755 --- a/rootfs/usr/local/bin/entrypoint.sh +++ b/rootfs/usr/local/bin/entrypoint.sh @@ -480,6 +480,7 @@ backup) ;; # Docker healthcheck healthcheck) + shift 1 arguments="$*" healthStatus=0 healthEnabled="${HEALTH_ENABLED:-}"