Also show the key

This commit is contained in:
Bob Mottram 2018-05-08 14:04:28 +01:00
parent 863eca60fb
commit 4a5c9c8d55
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ function show_domains {
fi
# show the onion address as a QR code
clear
echo "$onion_addr"
echo "${selected}: ${onion_addr}"
echo -n "$onion_addr" | qrencode -t UTF8
any_key
done