From 2789fa348dafb4899559fdfdd1aefb0bf5d0b354 Mon Sep 17 00:00:00 2001 From: poka Date: Sat, 14 Mar 2020 23:56:32 +0100 Subject: [PATCH] typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index adf83e4..18e67b2 100755 --- a/install.sh +++ b/install.sh @@ -80,7 +80,7 @@ echo "CREDENTIAL: $salt / $pepper" python3 ./key_create_dunikey.py "$salt" "$pepper" mv ./.secret.dunikey ~/.ssb/secret.dunikey -# CREATE +# CREATE pub=$(cat ~/.ssb/secret.dunikey | grep "pub" | cut -d ' ' -f 2) priv=$(cat ~/.ssb/secret.dunikey | grep "sec" | cut -d ' ' -f 2) ssbpub=$(echo $pub | base58 -d | base64)