Stop the seaf-cli before restarting it (fix #3), sleep for 20mn instead of an hour

This commit is contained in:
flow.gunso
2019-04-18 12:27:31 +02:00
parent c005bcb8d3
commit 3c3babc0ce

View File

@@ -20,6 +20,7 @@ set -x
sleep 10
while true; do
/usr/bin/seaf-cli stop
/usr/bin/seaf-cli start
sleep 3600
sleep 1200
done