diff --git a/.install/update_bashrc.sh b/.install/update_bashrc.sh index 854d3f0..c530760 100755 --- a/.install/update_bashrc.sh +++ b/.install/update_bashrc.sh @@ -33,7 +33,7 @@ else echo "export YOU=$newYOU" >> ~/.bashrc echo "export G1PUB=$newG1PUB" >> ~/.bashrc echo "export IPFSNODEID=$newIPFSNODEID" >> ~/.bashrc - echo "IPNSKEY=_IPNSKEY_" >> ~/.bashrc + echo "export IPNSKEY=_IPNSKEY_" >> ~/.bashrc [[ "$XZUID" != "" ]] && echo "XZUID=$XZUID" >> ~/.bashrc fi source ~/.bashrc