summaryrefslogtreecommitdiff
path: root/odin/strm
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-18 15:53:55 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-18 15:53:55 +0200
commitc079d7c2d170ea20b1fc74157cbf27c7f798b9a9 (patch)
tree6d41f7b51f796d10b9a9c518fd4aca55ea2de771 /odin/strm
parent8fb51184b0f0aa1b99e6c6eee4b0644d35ff504a (diff)
downloadnixos-c079d7c2d170ea20b1fc74157cbf27c7f798b9a9.tar
nixos-c079d7c2d170ea20b1fc74157cbf27c7f798b9a9.tar.gz
nixos-c079d7c2d170ea20b1fc74157cbf27c7f798b9a9.tar.bz2
nixos-c079d7c2d170ea20b1fc74157cbf27c7f798b9a9.tar.xz
nixos-c079d7c2d170ea20b1fc74157cbf27c7f798b9a9.zip
Diffstat (limited to 'odin/strm')
-rw-r--r--odin/strm/cleanup_youtube2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin/strm/cleanup_youtube b/odin/strm/cleanup_youtube
index 03729b01..8b138744 100644
--- a/odin/strm/cleanup_youtube
+++ b/odin/strm/cleanup_youtube
@@ -17,7 +17,7 @@ function cleanup {
17 [[ -n "${tagFile}" ]] && rm -fv ${tagFile} 17 [[ -n "${tagFile}" ]] && rm -fv ${tagFile}
18} 18}
19 19
20urldecode() { { local x="${*//+/ }"; echo -e "${x//\%/\\x}"; } $(cat) } 20urldecode() { local x="${$(cat)//+/ }"; echo -e "${x//\%/\\x}" }
21 21
22@rollingdirectory@/bin/rolling-directory /srv/media/youtube 50Gi 22@rollingdirectory@/bin/rolling-directory /srv/media/youtube 50Gi
23 23