From 7e05834eda547143fea6d5fd88047556badd9dd3 Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Thu, 28 Jan 2021 23:03:04 -0800 Subject: [PATCH] fixed file path to uwsgi_params --- deploy-saleor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-saleor.sh b/deploy-saleor.sh index 1f1a99b..dd72038 100644 --- a/deploy-saleor.sh +++ b/deploy-saleor.sh @@ -485,7 +485,7 @@ wait ######################################################################################### # Copy the uwsgi_params file to /saleor/uwsgi_params ######################################################################################### -sudo cp $HD/Deploy_Saleor/uwsgi_params $HD/saleor/uwsgi_params +sudo cp $HD/Deploy_Saleor/resources/saleor/uwsgi_params $HD/saleor/uwsgi_params #########################################################################################