mps-indirme-dongu-cikis

This commit is contained in:
milisbir 2018-11-03 21:09:56 +02:00
parent 6735939688
commit 9ec8e5a8ff
1 changed files with 5 additions and 3 deletions

View File

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