Updated setup.sh

- Removed chown of .env
- Uncommented line to tell users to configure on the web
This commit is contained in:
Logan Cusano
2024-05-13 00:45:56 -04:00
parent 3e7b387092
commit c51190f6b6

View File

@@ -173,7 +173,6 @@ echo "\n\n\t\tOP25 installation completed!\n\n"
# Setting permissions on the directories created # Setting permissions on the directories created
cd $ogPwd cd $ogPwd
chown -R 1000:1000 ./* chown -R 1000:1000 ./*
chown 1000:1000 .env
echo "Permissions set on the client directory!" echo "Permissions set on the client directory!"
echo "\n\n\t\tNode installation Complete!" 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 # Convert user input to lowercase for case-insensitive comparison
confirm="${confirm,,}" 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!" echo "Thank you for joining the network!"
# Prompt user to press any key before rebooting # Prompt user to press any key before rebooting