mirror of
https://github.com/aclist/dztui.git
synced 2025-04-12 07:13:00 +02:00
fix: print message when adding record
This commit is contained in:
parent
2d95b760d4
commit
9db99ccbd8
2 changed files with 2 additions and 1 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -539,7 +539,7 @@ fetch_helpers_by_sum(){
|
||||||
["ui.py"]="ff5b691c3fc7d95c8f939c36c6c52f1d"
|
["ui.py"]="ff5b691c3fc7d95c8f939c36c6c52f1d"
|
||||||
["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197"
|
["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197"
|
||||||
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
||||||
["funcs"]="b2fd8cf2796e8511565b00593708cf40"
|
["funcs"]="8efaeb3cbcf18609689bd5936b985183"
|
||||||
)
|
)
|
||||||
local author="aclist"
|
local author="aclist"
|
||||||
local repo="dztui"
|
local repo="dztui"
|
||||||
|
|
|
@ -737,6 +737,7 @@ add_to_favs(){
|
||||||
ip_list+=("$record")
|
ip_list+=("$record")
|
||||||
update_config
|
update_config
|
||||||
logger INFO "Added the record $record to saved servers"
|
logger INFO "Added the record $record to saved servers"
|
||||||
|
printf "Added %s to saved servers" $record
|
||||||
return 90
|
return 90
|
||||||
}
|
}
|
||||||
remove_from_history(){
|
remove_from_history(){
|
||||||
|
|
Loading…
Reference in a new issue