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