diff --git a/.install/update_bashrc.sh b/.install/update_bashrc.sh index 36e19fa..4973eb0 100755 --- a/.install/update_bashrc.sh +++ b/.install/update_bashrc.sh @@ -17,9 +17,9 @@ export G1PUB=$(cat ~/.zen/secret.dunikey | grep 'pub:' | cut -d ' ' -f 2) || er+ [[ $er != "" ]] && echo "$er" && exit 1 echo "### ASTROPORT IDENTITY ###" >> ~/.bashrc -echo "export YOU=$YOU" >> ~/.bashrc -echo "export G1PUB=$G1PUB" >> ~/.bashrc -echo "export IPFSNODEID=$IPFSNODEID" >> ~/.bashrc +echo "YOU=$YOU" >> ~/.bashrc +echo "G1PUB=$G1PUB" >> ~/.bashrc +echo "IPFSNODEID=$IPFSNODEID" >> ~/.bashrc source ~/.bashrc echo "UPDATE ~/.bashrc OK"