summaryrefslogtreecommitdiff
path: root/odin/strm
diff options
context:
space:
mode:
Diffstat (limited to 'odin/strm')
-rw-r--r--odin/strm/cleanup_youtube3
1 files changed, 2 insertions, 1 deletions
diff --git a/odin/strm/cleanup_youtube b/odin/strm/cleanup_youtube
index 8b138744..02a5b327 100644
--- a/odin/strm/cleanup_youtube
+++ b/odin/strm/cleanup_youtube
@@ -19,7 +19,8 @@ function cleanup {
19 19
20urldecode() { local x="${$(cat)//+/ }"; echo -e "${x//\%/\\x}" } 20urldecode() { local x="${$(cat)//+/ }"; echo -e "${x//\%/\\x}" }
21 21
22@rollingdirectory@/bin/rolling-directory /srv/media/youtube 50Gi 22dir=/srv/media/youtube
23@rollingdirectory@/bin/rolling-directory ${dir} 50Gi
23 24
24notmuch search --output=messages --format=text 'is:cached' | \ 25notmuch search --output=messages --format=text 'is:cached' | \
25 while read id; do 26 while read id; do