Remove prefix from public key
This commit is contained in:
parent
2f8f2f2324
commit
9dc6e1d464
|
@ -466,7 +466,7 @@ function get_tahoelafs_storage_hostname {
|
|||
}
|
||||
|
||||
function get_tahoelafs_public_key {
|
||||
echo "$(cat /home/tahoelafs/storage/node.pubkey | grep 'v0-')"
|
||||
echo "$(cat /home/tahoelafs/storage/node.pubkey | grep 'v0-' | sed 's|pub-||g')"
|
||||
}
|
||||
|
||||
function add_tahoelafs_server {
|
||||
|
|
Loading…
Reference in New Issue