diff --git a/deploy-saleor.sh b/deploy-saleor.sh index 841ac16..6d5df9b 100644 --- a/deploy-saleor.sh +++ b/deploy-saleor.sh @@ -307,11 +307,11 @@ else fi # if [ "$STATIC_URL" = "" ]; then - APIURI="/static/" + STATIC_URL="/static/" fi # if [ "$MEDIA_URL" = "" ]; then - APIURI="/media/" + MEDIA_URL="/media/" fi #########################################################################################