From 7c48d17df0dbd2708c4c97c52fbf77698a28d769 Mon Sep 17 00:00:00 2001 From: Henrik Soerensen Date: Tue, 17 Sep 2024 18:49:20 -0400 Subject: [PATCH] Disable health score mention as not applicable for mainnet --- install.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/install.sh b/install.sh index 9577a7f..1472b91 100755 --- a/install.sh +++ b/install.sh @@ -792,16 +792,16 @@ joined_network_instructions() { echo " echo 'export PATH=\"\$PATH:${voi_home}/bin\"' >> ~/.bashrc && source ~/.bashrc" echo "" - if [[ ${skip_account_setup} -eq 0 && ${VOINETWORK_PROFILE} == "participation" ]]; then - echo "${bold}*********************************** READ THIS! ***********************************${normal}" - echo "After joining the network, it might take up to 2 hours for your server to appear on telemetry" - echo "tracking services. Initially, you can identify your server using the 12-digit short GUID shown by" - echo "the command ${voi_home}/bin/get-node-status." - echo "" - echo "At first, your node's health scores ${bold}will be low${normal}. ${bold}This is normal.${normal}" - echo "After running your node for 5-7 days, you should see the health score increase." - echo "" - fi +# if [[ ${skip_account_setup} -eq 0 && ${VOINETWORK_PROFILE} == "participation" ]]; then +# echo "${bold}*********************************** READ THIS! ***********************************${normal}" +# echo "After joining the network, it might take up to 2 hours for your server to appear on telemetry" +# echo "tracking services. Initially, you can identify your server using the 12-digit short GUID shown by" +# echo "the command ${voi_home}/bin/get-node-status." +# echo "" +# echo "At first, your node's health scores ${bold}will be low${normal}. ${bold}This is normal.${normal}" +# echo "After running your node for 5-7 days, you should see the health score increase." +# echo "" +# fi } check_staking_accounts() {