mps.guncelleme
This commit is contained in:
parent
348e4a4a30
commit
6fc9a49039
1 changed files with 3 additions and 2 deletions
5
bin/mps
5
bin/mps
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue