diff --git a/rootfs/usr/local/etc/docker/functions/entrypoint.sh b/rootfs/usr/local/etc/docker/functions/entrypoint.sh index e829720..3db5886 100755 --- 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