From 9f6404f786d0d69f0686ef3d84e45176c3e51b7f Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 13 Jul 2013 12:16:52 -0700 Subject: [PATCH] add torrents individually to separate errors --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"