diff --git a/setup.sh b/setup.sh index 17f350c..0869d08 100644 --- a/setup.sh +++ b/setup.sh @@ -173,7 +173,6 @@ echo "\n\n\t\tOP25 installation completed!\n\n" # Setting permissions on the directories created cd $ogPwd chown -R 1000:1000 ./* -chown 1000:1000 .env echo "Permissions set on the client directory!" echo "\n\n\t\tNode installation Complete!" @@ -184,7 +183,7 @@ read -p "This script has installed all required components for the DRB client. A # Convert user input to lowercase for case-insensitive comparison confirm="${confirm,,}" -#echo "To configure the app, please go to http://$nodeIP:$nodePort" # TODO - uncomment when webapp is built +echo "To configure the app, please go to http://localhost:3000 after the reboot to configure this app" echo "Thank you for joining the network!" # Prompt user to press any key before rebooting