From 6c49591ee360395866e750dfa6e98839df856b2b Mon Sep 17 00:00:00 2001 From: qo-op Date: Fri, 12 Mar 2021 00:41:09 +0100 Subject: [PATCH] export XZUID --- .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 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