From c5a0dc10194e894680ddf1451d5669c147e2f170 Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Sun, 24 Jan 2021 01:29:15 -0800 Subject: [PATCH] --- Saleor_Production_Deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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