Remove the infinite seafile restart process

This commit is contained in:
flow.gunso
2019-04-24 17:19:31 +02:00
parent b8eef1e161
commit 76c26f7356

View File

@@ -33,6 +33,3 @@ while [ ! -S $seafile_sock ]; do sleep 1; done
# Start the synchronisation. # Start the synchronisation.
/usr/bin/seaf-cli sync -u $SEAF_USERNAME -p $SEAF_PASSWORD -s $SEAF_SERVER_URL -l $SEAF_LIBRARY_UUID -d /volume /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 &