Marten Kante
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/run.sh
|
|
@ -1,5 +1,5 @@ |
|
|
#!/bin/bash |
|
|
#!/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 |