From a7f1d60cb02f442337c99731fc1b7de076e53154 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Tue, 12 Aug 2025 17:03:26 +0200 Subject: [PATCH] sleep -> 20 --- manyfold/cli/manyfold.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manyfold/cli/manyfold.sh b/manyfold/cli/manyfold.sh index 4d61d34..595dcdd 100755 --- a/manyfold/cli/manyfold.sh +++ b/manyfold/cli/manyfold.sh @@ -179,8 +179,9 @@ start_syslog(){ } scan_libraries(){ - sleep 10 # wait for manyfold/redis to boot first + sleep 20 # wait for manyfold/redis to boot first cd /usr/src/app + echocolor "scanning libraries" bin/manyfold libraries scan }