From c3bf06460dc33e22bb966cfe02853e9036c116eb Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Thu, 14 Mar 2019 23:31:19 +0100 Subject: [PATCH] Sleep a bit more --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index c92d74f..60b2624 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,7 +3,9 @@ # There's 5 second timeout to make sure the seafile deamon is properly initialised. /usr/bin/seaf-cli init -d /.seafile +sleep 5 /usr/bin/seaf-cli start sleep 5 /usr/bin/seaf-cli sync -u $USERNAME -p $PASSWORD -s $SERVER -l $LIBRARY_ID -d /volume +sleep 5 /usr/bin/supervisord -u $UID -c /supervisord.conf \ No newline at end of file