From 90413e48589bb6843d1cc0b752d0d068571b4103 Mon Sep 17 00:00:00 2001 From: casjay Date: Sun, 14 Jul 2024 10:45:01 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=20Modified:=20rootfs/usr/local/etc?= =?UTF-8?q?/docker/functions/entrypoint.sh=20=F0=9F=97=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modified: rootfs/usr/local/etc/docker/functions/entrypoint.sh --- rootfs/usr/local/etc/docker/functions/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/usr/local/etc/docker/functions/entrypoint.sh b/rootfs/usr/local/etc/docker/functions/entrypoint.sh index e829720..3db5886 100644 --- a/rootfs/usr/local/etc/docker/functions/entrypoint.sh +++ b/rootfs/usr/local/etc/docker/functions/entrypoint.sh @@ -502,7 +502,7 @@ __start_init_scripts() { name="$(basename "$init")" (eval "$init" &) initStatus=$(($? + initStatus)) - sleep 10 + sleep 20 echo "" fi done