Also show the key
This commit is contained in:
parent
863eca60fb
commit
4a5c9c8d55
|
@ -367,7 +367,7 @@ function show_domains {
|
||||||
fi
|
fi
|
||||||
# show the onion address as a QR code
|
# show the onion address as a QR code
|
||||||
clear
|
clear
|
||||||
echo "$onion_addr"
|
echo "${selected}: ${onion_addr}"
|
||||||
echo -n "$onion_addr" | qrencode -t UTF8
|
echo -n "$onion_addr" | qrencode -t UTF8
|
||||||
any_key
|
any_key
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue