mps-indirme-dongu-cikis
This commit is contained in:
parent
6735939688
commit
9ec8e5a8ff
8
bin/mps
8
bin/mps
|
@ -2991,12 +2991,13 @@ listeleri_temizle(){
|
||||||
|
|
||||||
paket_indir(){
|
paket_indir(){
|
||||||
if [ -f "$paketdepo""paket.vt" ];then
|
if [ -f "$paketdepo""paket.vt" ];then
|
||||||
local _ipaket pkt
|
local _ipaket pkt _indirildi
|
||||||
[ $1 ] && _ipaket="$1" || hata_olustu "_paket_adi_gerekli"
|
[ $1 ] && _ipaket="$1" || hata_olustu "_paket_adi_gerekli"
|
||||||
[ "$2" ] && cikti_renk_ayarla "$2"
|
[ "$2" ] && cikti_renk_ayarla "$2"
|
||||||
local _sunucular _sira
|
local _sunucular _sira
|
||||||
_sunucular=$(echo ${sunucular} | tr " " "\n")
|
_sunucular=$(echo ${sunucular} | tr " " "\n")
|
||||||
_sira=0
|
_sira=0
|
||||||
|
#_indirildi=0
|
||||||
for pktsunucu in ${_sunucular}; do
|
for pktsunucu in ${_sunucular}; do
|
||||||
pkvt=""
|
pkvt=""
|
||||||
let _sira=_sira+1
|
let _sira=_sira+1
|
||||||
|
@ -3032,8 +3033,9 @@ paket_indir(){
|
||||||
hataloglama "sha1sum uyusmaslik tespit edildi,paket tekrar indiriliyor."
|
hataloglama "sha1sum uyusmaslik tespit edildi,paket tekrar indiriliyor."
|
||||||
rm -f "$paketdepo$pkt"
|
rm -f "$paketdepo$pkt"
|
||||||
paket_indir "${_ipaket}" "$cikti"
|
paket_indir "${_ipaket}" "$cikti"
|
||||||
#else
|
else
|
||||||
#$_yaz "$_zaten ${_ipaket} $_paket_onbellek_depoda_var"
|
#_indirildi=1
|
||||||
|
break
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue