From 884d04eb27eada9af822ce2b2e383e5f13288b64 Mon Sep 17 00:00:00 2001 From: qo-op Date: Sun, 6 Dec 2020 02:00:07 +0100 Subject: [PATCH] .ssb => .zen --- .install/update_bashrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install/update_bashrc.sh b/.install/update_bashrc.sh index b7cd17d..9c3d431 100755 --- a/.install/update_bashrc.sh +++ b/.install/update_bashrc.sh @@ -19,7 +19,7 @@ export IPFSNODEID=$(ipfs id -f='\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