Update README.md

This commit is contained in:
Alex Grin 2018-02-22 11:11:32 -05:00 committed by Alex Grintsvayg
parent 2a21f5e361
commit fce98461a5
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5

View file

@ -14,4 +14,4 @@ content that was put on Youtube since the last sync.
Add this to cron to delete synced videos that have been published:
`*/10 * * * * (/bin/ls /tmp/ | /bin/grep -q ytsync && /usr/bin/find /tmp/ytsync* -mmin +20 -delete) || true
`*/10 * * * * (/bin/ls /tmp/ | /bin/grep -q ytsync && /usr/bin/find /tmp/ytsync* -mmin +20 -delete) || true`