Skip to content

Commit

Permalink
Print instruction on new installs
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Mar 13, 2024
1 parent dd0eee2 commit c962b67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ joined_network_instructions() {
echo " - Voi Swarm documentation: https://voinetwork.github.io/voi-swarm/"
echo " - Get notified when to renew participation keys: https://voinetwork.github.io/voi-swarm/operating/setup-notifications/"
echo " - Voi Swarm CLI Tools: https://voinetwork.github.io/voi-swarm/cli-tools/"
echo " - Docker Swarm documentation: https://docs.docker.com/engine/swarm/"
echo ""
if [[ ${skip_account_setup} -eq 1 ]]; then
if [[ -z ${account_addr} ]]; then
Expand Down Expand Up @@ -461,14 +460,15 @@ join_as_new_user() {

if [[ ${account_status} -eq 1 ]]; then
display_banner "Welcome to Voi! You are now online!"
joined_network_instructions
else
display_banner "Your account ${account_addr} is currently offline."
echo "There seems to be an issue with going online. Please seek assistance in the #node-runner channel on the Voi Network Discord."
echo "Join us at: https://discord.com/invite/vnFbrJrHeW"
abort "Exiting the program."
fi

echo "PLEASE SAVE THIS INFORMATION SAFELY"
echo "SAVE THIS INFORMATION SECURELY"
echo "***********************************"
echo "Your Voi address: ${account_addr}"
echo "Enter password to get your Voi account recovery mnemonic. Store your mnemonic safely:"
Expand Down

0 comments on commit c962b67

Please sign in to comment.