1
0
Fork 0
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:
aclist 2024-01-31 19:11:12 +09:00
parent 2d95b760d4
commit 9db99ccbd8
2 changed files with 2 additions and 1 deletions

View file

@ -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(){