echo "XZUID=$XZUID" >> ~/.bashrc

This commit is contained in:
qo-op 2021-01-29 00:51:31 +01:00
parent eab63a51b2
commit 9a2f796497
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ else
echo "G1PUB=$newG1PUB" >> ~/.bashrc
echo "IPFSNODEID=$newIPFSNODEID" >> ~/.bashrc
echo "IPNSKEY=_IPNSKEY_" >> ~/.bashrc
echo "XZUID=$XZUID" >> ~/.bashrc
[[ "$XZUID" != "" ]] && echo "XZUID=$XZUID" >> ~/.bashrc
fi
source ~/.bashrc