diff --git a/.install/update_bashrc.sh b/.install/update_bashrc.sh index 0d75850..36e19fa 100755 --- a/.install/update_bashrc.sh +++ b/.install/update_bashrc.sh @@ -22,4 +22,6 @@ echo "export G1PUB=$G1PUB" >> ~/.bashrc echo "export IPFSNODEID=$IPFSNODEID" >> ~/.bashrc source ~/.bashrc +echo "UPDATE ~/.bashrc OK" +tail -n 4 ~/.bashrc exit 0