Explorar el Código

Also show the key

Bob Mottram hace 6 años
padre
commit
4a5c9c8d55
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Ver fichero

@@ -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