From b99ab0362faceb95a98c0897e35b69d28f61aa77 Mon Sep 17 00:00:00 2001 From: milisbir Date: Sat, 16 Dec 2017 08:42:25 +0200 Subject: [PATCH] mps-indir-renksiz --- bin/mps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mps b/bin/mps index 56e5f7ee4..3fa2ca19c 100755 --- a/bin/mps +++ b/bin/mps @@ -2265,7 +2265,7 @@ paket_indir(){ if [ $? -eq 0 ]; then $_yaz "$1 $_indiriliyor" if [ "$cikti" == "--normal" ];then - wget --limit-rate=10k --progress=dot:force -nc --no-check-certificate -P "$paketdepo" "$pktsunucu$cpaket" 2>&1 | tee /tmp/$1_indirme.log | sed -u -n 's/[0-9]*%/&/p' + wget --progress=dot:force -nc --no-check-certificate -P "$paketdepo" "$pktsunucu$cpaket" 2>&1 | tee /tmp/$1_indirme.log | sed -u -n 's/[0-9]*%/&/p' else wget --no-check-certificate -nc -q --show-progress -P "$paketdepo" "$pktsunucu$cpaket" #2>&1 | tee /tmp/$1_indirme.log fi