mps.sunucu-degisim
This commit is contained in:
parent
9946b891d1
commit
9c88e0be02
1
bin/mps
1
bin/mps
|
@ -908,6 +908,7 @@ paketvt_guncelle(){
|
||||||
wget -q --spider "$sunucu""paket.vt"
|
wget -q --spider "$sunucu""paket.vt"
|
||||||
#if wget -P /tmp -q "$sunucu""paket.vt" > /dev/null; then
|
#if wget -P /tmp -q "$sunucu""paket.vt" > /dev/null; then
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
ryaz 32 $sunucu
|
||||||
ryaz 32 "paket veritabanı guncellenıyor." "$paketdepo""paket.vt"
|
ryaz 32 "paket veritabanı guncellenıyor." "$paketdepo""paket.vt"
|
||||||
if [ -f "$paketdepo""paket.vt" ];then
|
if [ -f "$paketdepo""paket.vt" ];then
|
||||||
mv "$paketdepo""paket.vt" "$paketdepo""paket.vt.eski"
|
mv "$paketdepo""paket.vt" "$paketdepo""paket.vt.eski"
|
||||||
|
|
Loading…
Reference in New Issue