From c51190f6b69adcb45065f05421c29a44800572c0 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Mon, 13 May 2024 00:45:56 -0400 Subject: [PATCH] Updated setup.sh - Removed chown of .env - Uncommented line to tell users to configure on the web --- setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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