|
@@ -437,7 +437,7 @@ function show_domains {
|
437
|
437
|
echo -n -e "$(pad_string "${icann_address}")"
|
438
|
438
|
echo "${onion_address}"
|
439
|
439
|
|
440
|
|
- if grep -q "${app_name}_mobile onion domain" $COMPLETION_FILE; then
|
|
440
|
+ if grep -q "mobile${app_name} onion domain" $COMPLETION_FILE; then
|
441
|
441
|
onion_address=$(get_app_onion_address "${app_name}" "mobile")
|
442
|
442
|
echo -n -e "$(pad_string "${app_name} (mobile)")"
|
443
|
443
|
echo -n -e "$(pad_string "${icann_address}")"
|