Add an infinite loop that run seaf-cli start

This commit is contained in:
flow.gunso
2019-03-15 00:16:15 +01:00
parent f8d63f9300
commit 5802879c86

6
assets/seaf-cli-start.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
while true; do
/usr/bin/seaf-cli start
/bin/sleep 3600
done