diff --git a/torrent b/torrent index c342040..4d474b4 100755 --- a/torrent +++ b/torrent @@ -11,7 +11,7 @@ c_reset="\033[0m" down() { tput reset info_$os "Torrent: Downloading" - aria2c --file-allocation=trunc -d "$download_dir" --select-file="$2" --seed-time=0 "$1" && info_$os "Torrent: Download complete" && return 0 + aria2c --file-allocation=trunc -d "$download_dir" --select-file="$2" --seed-time=0 --summary-interval=0 "$1" && info_$os "Torrent: Download complete" && return 0 error_$os "Torrent: Error!!" }