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