From 1b63640e47d868af17c1920c77de3c7022f119f7 Mon Sep 17 00:00:00 2001 From: milisbir Date: Tue, 30 Jan 2018 08:06:50 +0200 Subject: [PATCH] mps-gitgun --- bin/mps | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/mps b/bin/mps index 50bc71ae6..71f107898 100755 --- a/bin/mps +++ b/bin/mps @@ -2063,6 +2063,7 @@ else # Url: paketin ilgili web sayfası # Paketçi: paketçi # Gerekler: +# Grup: isim=$isim surum=1 @@ -2520,12 +2521,10 @@ paketvt_guncelle(){ pktvt="paket${_sira}.vt" fi # sunucu bakım kontrolü - wget --no-check-certificate -q --spider "$pktsunucu""paket.vt.yeni" - [ $? -eq 0 ] && _bakim="var" + [ $(sunucu_erisim "$pktsunucu""paket.vt.yeni") = "aktif" ] && _bakim="var" if [ $_bakim = "yok" ];then - wget --no-check-certificate -q --spider "$pktsunucu""paket.vt" - if [ $? -eq 0 ]; then + if [ $(sunucu_erisim "$pktsunucu""paket.vt") = "aktif" ]; then ryaz 32 $pktsunucu ryaz 32 "$_paketvt_guncelleniyor" "$paketdepo""$pktvt" if [ -f "$paketdepo""$pktvt" ];then