Too many onions
This commit is contained in:
parent
ddfd249c82
commit
73fe5d686b
|
@ -359,9 +359,9 @@ function show_domains {
|
|||
fi
|
||||
# There are two forms of addresses: "x / y.onion" and "x.onion"
|
||||
if [[ "$selected_addresses" == *'/'* ]]; then
|
||||
onion_addr=$(echo "$selected_addresses" | awk -F '/' '{print $2}' | awk -F ' ' '{print $1}').onion
|
||||
onion_addr=$(echo "$selected_addresses" | awk -F '/' '{print $2}' | awk -F ' ' '{print $1}')
|
||||
else
|
||||
onion_addr="$selected_addresses".onion
|
||||
onion_addr="$selected_addresses"
|
||||
fi
|
||||
# show the onion address as a QR code
|
||||
clear
|
||||
|
|
Loading…
Reference in New Issue