diff --git a/run b/run index 0cb8a20..71286f6 100755 --- a/run +++ b/run @@ -31,7 +31,7 @@ runactions() { "$a" "$title" "$torrent" "$time" done done - [ ${#torrents} = 0 ] || transmission-remote -a "${torrents[@]}" + for t in "${torrents[@]}"; do transmission-remote -a "$t"; done } . "$SRCDIR/meow.sh"