mirror of
https://github.com/aclist/dztui.git
synced 2025-04-03 02:53:00 +02:00
fix: local var
This commit is contained in:
parent
ec0e276100
commit
10c8555ddc
2 changed files with 2 additions and 1 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -590,7 +590,7 @@ fetch_helpers_by_sum(){
|
||||||
["ui.py"]="121f27e51c945d78e97b77397d3c5173"
|
["ui.py"]="121f27e51c945d78e97b77397d3c5173"
|
||||||
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
|
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
|
||||||
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
||||||
["funcs"]="deaeb053822583329c0a77c7a048af4c"
|
["funcs"]="f6e8b113e586a4bb2ea40c9ee56ebc95"
|
||||||
["lan"]="c62e84ddd1457b71a85ad21da662b9af"
|
["lan"]="c62e84ddd1457b71a85ad21da662b9af"
|
||||||
)
|
)
|
||||||
local author="aclist"
|
local author="aclist"
|
||||||
|
|
|
@ -785,6 +785,7 @@ logger(){
|
||||||
test_ping(){
|
test_ping(){
|
||||||
shift
|
shift
|
||||||
local time
|
local time
|
||||||
|
local res
|
||||||
local ip="$1"
|
local ip="$1"
|
||||||
local qport="$2"
|
local qport="$2"
|
||||||
res=$(a2s $ip $qport info)
|
res=$(a2s $ip $qport info)
|
||||||
|
|
Loading…
Reference in a new issue