|
@@ -359,7 +359,7 @@ function show_domains {
|
359
|
359
|
fi
|
360
|
360
|
# There are two forms of addresses: "x / y.onion" and "x.onion"
|
361
|
361
|
intermediate=$(echo "$selected_addresses" | awk -F '.' '{print $2}')
|
362
|
|
- if [[ "$intermediate" == *'/'* ]]; then
|
|
362
|
+ if [[ "$intermediate" == *'//'* ]]; then
|
363
|
363
|
onion_addr=$(echo "$intermediate" | awk -F ' ' '{print $3}').onion
|
364
|
364
|
else
|
365
|
365
|
onion_addr="$selected_addresses".onion
|