diff options
Diffstat (limited to 'odin/strm/cache_media')
-rw-r--r-- | odin/strm/cache_media | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odin/strm/cache_media b/odin/strm/cache_media index a69ce766..0b8bcc73 100644 --- a/odin/strm/cache_media +++ b/odin/strm/cache_media | |||
@@ -33,6 +33,6 @@ while { | |||
33 | url="" | 33 | url="" |
34 | 34 | ||
35 | for id (${ids}); do | 35 | for id (${ids}); do |
36 | systemd-run --unit $(systemd-escape --template=download-youtube@.service ${id}) | 36 | systemctl --wait start $(systemd-escape --template=download-youtube@.service ${id}) |
37 | done | 37 | done |
38 | done | 38 | done |