This commit is contained in:
Vague Rabbit 2021-02-10 05:30:01 -08:00
parent f04ed5c375
commit 0de4360e7e

View file

@ -672,6 +672,9 @@ echo ""
######################################################################################### #########################################################################################
# Setup the nginx block and move the static build files # 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 # Populate the DASHBOARD_LOCATION variable
DASHBOARD_LOCATION=$(<$HD/Deploy_Saleor/resources/saleor-dashboard/dashboard-location) DASHBOARD_LOCATION=$(<$HD/Deploy_Saleor/resources/saleor-dashboard/dashboard-location)
# Modify the new server block # Modify the new server block