^
This commit is contained in:
parent
f04ed5c375
commit
0de4360e7e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue