Skip to content

Commit

Permalink
corrected installation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarimilad committed Feb 6, 2018
1 parent 1f56268 commit ebabdc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iota-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ install_node() {
install_iota_ipm
update_node_daemon
whiptail --title "IOTA-PM installed" \
--msgbox "IOTA-PM is installed! You can now access the dashboard on:\n\nhttp://locahost:$IOTA_PM_PORT or\nhttp://your-ip-address:$IOTA_PM_PORT" $TUI_HEIGHT $TUI_WIDTH
--msgbox "IOTA-PM is installed! You can access the dashboard on:\n\nhttp://locahost:$IOTA_PM_PORT or\nhttp://your-ip-address:$IOTA_PM_PORT" $TUI_HEIGHT $TUI_WIDTH
fi
if [[ $PACKAGES =~ "Nelson.cli" ]]; then
upgrade_node_js
Expand All @@ -360,7 +360,7 @@ install_node() {
install_nelson_gui
update_node_daemon
whiptail --title "IOTA-PM installed" \
--msgbox "Nelson.gui is installed! You can now access the dashboard on:\n\nhttp://locahost:$NELSON_GUI_PORT/#/$NELSON_CLI_USERNAME:$NELSON_CLI_PASSWORD or\nhttp://your-ip-address:$NELSON_GUI_PORT/#/$NELSON_CLI_USERNAME:$NELSON_CLI_PASSWORD" $TUI_HEIGHT $TUI_WIDTH
--msgbox "Nelson.gui is installed! You can access the dashboard on:\n\nhttp://locahost:$NELSON_GUI_PORT/#/$NELSON_CLI_USERNAME:$NELSON_CLI_PASSWORD or\nhttp://your-ip-address:$NELSON_GUI_PORT/#/$NELSON_CLI_USERNAME:$NELSON_CLI_PASSWORD" $TUI_HEIGHT $TUI_WIDTH
fi

whiptail --title "Installation completed" \
Expand Down

0 comments on commit ebabdc6

Please sign in to comment.