Skip to content

Commit

Permalink
Small layout fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Feb 6, 2024
1 parent d050b7c commit da604fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ detect_existing_host_based_setup() {

migrate_host_based_voi_setup() {
if [[ ${migrate_host_based_setup} -eq 1 ]]; then
display_banner "Migrating from host based setup"
display_banner "Migrating from host-based setup"
VOINETWORK_TELEMETRY_NAME=$(execute_sudo "cat /var/lib/algorand/logging.config" | jq -r '.Name')
bash -c "env VOINETWORK_TELEMETRY_NAME=\"${VOINETWORK_TELEMETRY_NAME}\" ${voi_home}/bin/migrate-from-host-setup"
fi
Expand Down Expand Up @@ -594,6 +594,7 @@ check_minimum_recommendations() {
done
else
echo "Your system meets the minimum requirements to run Voi Swarm effectively."
echo ""
fi
}

Expand Down

0 comments on commit da604fd

Please sign in to comment.