From 77570fc100879c9937a34088a725c56d1b0764fd Mon Sep 17 00:00:00 2001 From: coolnsx Date: Mon, 5 Feb 2024 19:38:05 +0530 Subject: [PATCH] Programming the flux capacitor --- torrent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!!" }