export IPNSKEY=_IPNSKEY_

This commit is contained in:
qo-op 2021-03-05 18:56:58 +01:00
parent 90cd053bc0
commit d3d0d08f91
1 changed files with 1 additions and 1 deletions

View File

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