.ssb => .zen

This commit is contained in:
qo-op 2020-12-06 02:00:07 +01:00
parent 29e74e3585
commit 884d04eb27
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export IPFSNODEID=$(ipfs id -f='<id>\n') || er+=" ipfs id problem"
[[ $er == "" ]] && echo "export IPFSNODEID=$IPFSNODEID" >> ~/.bashrc
# G1PUB is $YOU Zen Wallet (#libremoney)
export G1PUB=$(cat ~/.ssb/secret.dunikey | grep 'pub:' | cut -d ' ' -f 2) || er+=" ~/.ssb/secret.dunikey problem"
export G1PUB=$(cat ~/.zen/secret.dunikey | grep 'pub:' | cut -d ' ' -f 2) || er+=" ~/.zen/secret.dunikey problem"
[[ $er == "" ]] && echo "export G1PUB=$G1PUB" >> ~/.bashrc
source ~/.bashrc