export XZUID

This commit is contained in:
qo-op 2021-03-12 00:41:09 +01:00
parent fb804d4d41
commit 6c49591ee3
1 changed files with 1 additions and 1 deletions

View File

@ -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