From 0de4360e7e84e1778c43604dbf5111e9dbebc0ff Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Wed, 10 Feb 2021 05:30:01 -0800 Subject: [PATCH] ^ --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy.sh b/deploy.sh index ea9c0b0..4dc0427 100644 --- a/deploy.sh +++ b/deploy.sh @@ -672,6 +672,9 @@ echo "" ######################################################################################### # Setup the nginx block and move the static build files ######################################################################################### +if [ "$APP_MOUNT_URI" = "" ]; then + APP_MOUNT_URI="dashboard" +fi # Populate the DASHBOARD_LOCATION variable DASHBOARD_LOCATION=$(<$HD/Deploy_Saleor/resources/saleor-dashboard/dashboard-location) # Modify the new server block