From 76c26f7356f5ad7d7e0cd7fd2ba938f44e083131 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Wed, 24 Apr 2019 17:19:31 +0200 Subject: [PATCH] Remove the infinite seafile restart process --- assets/seafile-bash-entrypoint.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/seafile-bash-entrypoint.sh b/assets/seafile-bash-entrypoint.sh index d4851ec..c7e529b 100644 --- a/assets/seafile-bash-entrypoint.sh +++ b/assets/seafile-bash-entrypoint.sh @@ -33,6 +33,3 @@ while [ ! -S $seafile_sock ]; do sleep 1; done # Start the synchronisation. /usr/bin/seaf-cli sync -u $SEAF_USERNAME -p $SEAF_PASSWORD -s $SEAF_SERVER_URL -l $SEAF_LIBRARY_UUID -d /volume - -# Start the Seafile healthcheck as a disowned process. -nohup /bin/bash ~/infinite-seaf-cli-start.sh & \ No newline at end of file