From 75fd9a9f8122e1e4ef3025ecb12bed28ec8aa870 Mon Sep 17 00:00:00 2001 From: Maks Snegov Date: Thu, 11 Apr 2019 17:51:10 +0300 Subject: [PATCH] fix crash due to early sync --- start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start.sh b/start.sh index bebbfb9..de5184b 100644 --- a/start.sh +++ b/start.sh @@ -73,5 +73,6 @@ keep_in_foreground() { setup_uid su - seafile -c "seaf-cli start" +sleep 10 setup_lib_sync -keep_in_foreground \ No newline at end of file +keep_in_foreground