Browse Source

Update run.sh

master
Marten Kante 10 months ago
committed by GitHub
parent
commit
242a447be1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/run.sh

+ 2
- 2
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

Loading…
Cancel
Save