mps.guncellendi

This commit is contained in:
milisman 2016-09-30 02:27:43 +03:00
parent 6242d01c7c
commit 09410ef5e4
1 changed files with 1 additions and 1 deletions

View File

@ -1048,7 +1048,7 @@ if [ "$ikaynak" = "ag" ]; then
pkt=`cat "$paketdepo""paket.vt" | grep "^$2 " | cut -d' ' -f3` pkt=`cat "$paketdepo""paket.vt" | grep "^$2 " | cut -d' ' -f3`
if [ ! -z "$pkt" -a "$pkt" != "" ]; then if [ ! -z "$pkt" -a "$pkt" != "" ]; then
cpaket="${pkt/'#'/'%23'}" cpaket="${pkt/'#'/'%23'}"
ryaz 33 "agdan cekiliyor:" "$cpaket" ryaz 33 "agdan cekiliyor:" "$2"
#paket sunucuda varsa #paket sunucuda varsa
wget -q --spider "$sunucu$cpaket" wget -q --spider "$sunucu$cpaket"
#if wget -P /tmp -q "$sunucu$cpaket" > /dev/null; then #if wget -P /tmp -q "$sunucu$cpaket" > /dev/null; then