mps.guncelleme

This commit is contained in:
milisarge 2017-03-05 20:37:37 +02:00
parent 348e4a4a30
commit 6fc9a49039

View file

@ -4,7 +4,7 @@ if [ -f /etc/mps.conf ];then
. /etc/mps.conf . /etc/mps.conf
fi fi
. /root/bin/fonks.sh . /root/bin/fonks.sh
versiyon="0.8.9" versiyon="0.9.0"
iletisim="milisarge@gmail.com" iletisim="milisarge@gmail.com"
paketdepo="/depo/paketler/" paketdepo="/depo/paketler/"
if [ -z ${sunucu+:} ]; then if [ -z ${sunucu+:} ]; then
@ -321,7 +321,8 @@ paket_inkur_liste(){
#otomatik kontrollu kur #otomatik kontrollu kur
paket_inkur_oto(){ paket_inkur_oto(){
mps -dly "$1" > /dev/null && mps -dly "$1" | grep "bulunamadı"
#derleme_listyap "$1" > mps.log &&
local kpkt local kpkt
for kpkt in `cat bag.liste`;do for kpkt in `cat bag.liste`;do
mps -ik "$kpkt" mps -ik "$kpkt"