Browse Source

mobile onion address format

Bob Mottram 7 years ago
parent
commit
8a6154376b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel View File

@@ -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}")"