Skip to content

Commit

Permalink
Improve layout
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Sep 17, 2024
1 parent b6c26d3 commit bea326a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1496,11 +1496,11 @@ if [[ -n ${VOINETWORK_IMPORT_ACCOUNT} && ${VOINETWORK_IMPORT_ACCOUNT} -eq 1 ]];

else
if [[ ${new_network} -eq 1 && -n ${previous_network_addresses} ]]; then

echo ""
for account in ${previous_network_addresses}; do
echo "Let's proceed to import ${account} into ${VOINETWORK_NETWORK} using your existing account mnemonic."
echo "This is a two-step process, first we will delete the account from the previous network, followed"
echo "by importing the account into the new network."
echo " This is a two-step process, first we will delete the account from the previous network, followed"
echo " by importing the account into the new network."
echo ""
execute_interactive_docker_command "/node/bin/goal account delete -a ${account}"
execute_interactive_docker_command "/node/bin/goal account import"
Expand Down

0 comments on commit bea326a

Please sign in to comment.