diff --git a/bin/mps b/bin/mps index 64290252b..4ea4a4a94 100755 --- a/bin/mps +++ b/bin/mps @@ -2991,12 +2991,13 @@ listeleri_temizle(){ paket_indir(){ if [ -f "$paketdepo""paket.vt" ];then - local _ipaket pkt + local _ipaket pkt _indirildi [ $1 ] && _ipaket="$1" || hata_olustu "_paket_adi_gerekli" [ "$2" ] && cikti_renk_ayarla "$2" local _sunucular _sira _sunucular=$(echo ${sunucular} | tr " " "\n") _sira=0 + #_indirildi=0 for pktsunucu in ${_sunucular}; do pkvt="" let _sira=_sira+1 @@ -3032,8 +3033,9 @@ paket_indir(){ hataloglama "sha1sum uyusmaslik tespit edildi,paket tekrar indiriliyor." rm -f "$paketdepo$pkt" paket_indir "${_ipaket}" "$cikti" - #else - #$_yaz "$_zaten ${_ipaket} $_paket_onbellek_depoda_var" + else + #_indirildi=1 + break fi fi else