mobile onion address format
This commit is contained in:
parent
0bb5eb9ce6
commit
8a6154376b
|
@ -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}")"
|
||||
|
|
Loading…
Reference in New Issue