Browse Source

Also show the key

Bob Mottram 6 years ago
parent
commit
4a5c9c8d55
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel View File

@@ -367,7 +367,7 @@ function show_domains {
367 367
         fi
368 368
         # show the onion address as a QR code
369 369
         clear
370
-        echo "$onion_addr"
370
+        echo "${selected}: ${onion_addr}"
371 371
         echo -n "$onion_addr" | qrencode -t UTF8
372 372
         any_key
373 373
     done