mirror of
https://github.com/aclist/dztui.git
synced 2025-09-06 05:32:26 +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
|
@ -737,6 +737,7 @@ add_to_favs(){
|
|||
ip_list+=("$record")
|
||||
update_config
|
||||
logger INFO "Added the record $record to saved servers"
|
||||
printf "Added %s to saved servers" $record
|
||||
return 90
|
||||
}
|
||||
remove_from_history(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue