Explorar el Código

Remove prefix from public key

Bob Mottram hace 8 años
padre
commit
9dc6e1d464
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-app-tahoelafs

+ 1
- 1
src/freedombone-app-tahoelafs Ver fichero

@@ -466,7 +466,7 @@ function get_tahoelafs_storage_hostname {
466 466
 }
467 467
 
468 468
 function get_tahoelafs_public_key {
469
-    echo "$(cat /home/tahoelafs/storage/node.pubkey | grep 'v0-')"
469
+    echo "$(cat /home/tahoelafs/storage/node.pubkey | grep 'v0-' | sed 's|pub-||g')"
470 470
 }
471 471
 
472 472
 function add_tahoelafs_server {