From 242a447be131f4188158eaa12cbc46361a4f5d44 Mon Sep 17 00:00:00 2001 From: Marten Kante <43725244+TiynGER@users.noreply.github.com> Date: Thu, 20 Feb 2020 00:32:20 +0100 Subject: [PATCH] Update run.sh --- src/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/run.sh b/src/run.sh index 652d784..7302ace 100755 --- a/src/run.sh +++ b/src/run.sh @@ -1,5 +1,5 @@ #!/bin/bash -owncloudcmd --user $USER --password $PASSWORD /data $URL -while true; do sleep 1000; done + +while true; do owncloudcmd --user $USER --password $PASSWORD /data $URL && sleep 1500; done