mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +01:00
Deprecation warning
This commit is contained in:
parent
006e037866
commit
69e15dbdc8
1 changed files with 1 additions and 2 deletions
3
dzgui.sh
3
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -o pipefail
|
||||
version=2.8.0
|
||||
version=2.7.2
|
||||
|
||||
aid=221100
|
||||
game="dayz"
|
||||
|
@ -857,7 +857,6 @@ delete_or_connect(){
|
|||
local qport_res=$(< $file jq -r --arg port $lookup_port '.response.servers[]|select(.gameport==($port|tonumber)).addr')
|
||||
local qport=$(echo "$qport_res" | awk -F: '{print $2}')
|
||||
qport_list="$lookup_ip%%$qport"
|
||||
echo "$response" > resp
|
||||
connect "$qport_list" "ip"
|
||||
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue