From 261dbed101be3b93fa3a664049600404b9eaf363 Mon Sep 17 00:00:00 2001 From: Alex Grin Date: Thu, 22 Feb 2018 11:11:32 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d617343..9ee390a 100644 --- a/README.md +++ b/README.md @@ -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`