add torrents individually to separate errors

This commit is contained in:
Connor Olding 2013-07-13 12:16:52 -07:00
parent baede80a3a
commit 9f6404f786

2
run
View File

@ -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"