From ba09a353f7594af3c556d3633847e3412b814839 Mon Sep 17 00:00:00 2001 From: qo-op Date: Sun, 6 Dec 2020 02:09:28 +0100 Subject: [PATCH] UPDATE ~/.bashrc OK --- .install/update_bashrc.sh | 2 ++ 1 file changed, 2 insertions(+) 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