mobile onion address format

This commit is contained in:
Bob Mottram 2018-01-29 14:52:43 +00:00
parent 0bb5eb9ce6
commit 8a6154376b
1 changed files with 1 additions and 1 deletions

View File

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