Remove prefix from public key

This commit is contained in:
Bob Mottram 2017-03-07 10:37:16 +00:00
parent 2f8f2f2324
commit 9dc6e1d464
1 changed files with 1 additions and 1 deletions

View File

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