mps-dota.ipv6-destegi
This commit is contained in:
parent
3c4d921aaa
commit
e4371d5efd
12
bin/mps
12
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.7"
|
versiyon="0.8.8"
|
||||||
iletisim="milisarge@gmail.com"
|
iletisim="milisarge@gmail.com"
|
||||||
paketdepo="/depo/paketler/"
|
paketdepo="/depo/paketler/"
|
||||||
if [ -z ${sunucu+:} ]; then
|
if [ -z ${sunucu+:} ]; then
|
||||||
|
@ -719,7 +719,13 @@ dosyadan_talimat_islem(){
|
||||||
then
|
then
|
||||||
ryaz 32 "talimat linkten cekilecek"
|
ryaz 32 "talimat linkten cekilecek"
|
||||||
gdosya=`mktemp`
|
gdosya=`mktemp`
|
||||||
wget $dosya -O $gdosya
|
wget $2 $dosya -O $gdosya
|
||||||
|
dosya=$gdosya
|
||||||
|
fi
|
||||||
|
if [[ $2 =~ "-6" ]]; then
|
||||||
|
ryaz 32 "talimat linkten cekilecek"
|
||||||
|
gdosya=`mktemp`
|
||||||
|
wget $2 $dosya -O $gdosya
|
||||||
dosya=$gdosya
|
dosya=$gdosya
|
||||||
fi
|
fi
|
||||||
if [ ! -f $dosya ];then
|
if [ ! -f $dosya ];then
|
||||||
|
@ -1185,7 +1191,7 @@ ayarlar() {
|
||||||
-suko)
|
-suko)
|
||||||
sunucu_kontrol ;;
|
sunucu_kontrol ;;
|
||||||
-dota)
|
-dota)
|
||||||
dosyadan_talimat_islem $2 ;;
|
dosyadan_talimat_islem $2 $3 ;;
|
||||||
-cf|--config-file)
|
-cf|--config-file)
|
||||||
if [ ! "$2" ]; then
|
if [ ! "$2" ]; then
|
||||||
echo "ayardosyası gerek $1"
|
echo "ayardosyası gerek $1"
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue