This commit is contained in:
flow.gunso
2019-04-09 18:21:21 +02:00
parent 982044d1c8
commit ac12bb3349

View File

@@ -16,8 +16,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
/bin/sleep 10
set -x
sleep 10
while true; do
/usr/bin/seaf-cli start
/bin/sleep 3600
sleep 3600
done