Browse Source

Also show the key

Bob Mottram 7 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
         fi
367
         fi
368
         # show the onion address as a QR code
368
         # show the onion address as a QR code
369
         clear
369
         clear
370
-        echo "$onion_addr"
370
+        echo "${selected}: ${onion_addr}"
371
         echo -n "$onion_addr" | qrencode -t UTF8
371
         echo -n "$onion_addr" | qrencode -t UTF8
372
         any_key
372
         any_key
373
     done
373
     done