diff --git a/Saleor_Production_Deployment.sh b/Saleor_Production_Deployment.sh index 7e4e0e2..8f920f6 100644 --- a/Saleor_Production_Deployment.sh +++ b/Saleor_Production_Deployment.sh @@ -170,7 +170,7 @@ read API_PORT while [ "$APP_MOUNT_URI" = "" ] do echo "" - echo -n "Enter the API mount URI:" + echo -n "Enter the Dashboard URI:" read APP_MOUNT_URI done