From cd68af00b77497f8882b8e6336513f163b94f275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Mennetrier?= Date: Thu, 5 May 2022 14:36:11 +0200 Subject: [PATCH] Add write access to user $app on uploads folder --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index a57b1fc..9f2bc78 100644 --- a/scripts/install +++ b/scripts/install @@ -210,7 +210,7 @@ chown -R $app $final_path/assets chown -R $app $final_path/protected/config chown -R $app $final_path/protected/modules chown -R $app $final_path/protected/runtime -chown -R $app $final_path/uploads/* +chown -R $app $final_path/uploads #================================================= # SETUP CRON CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index f29f28d..bcd484c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -163,7 +163,7 @@ chown -R $app $final_path/assets chown -R $app $final_path/protected/config chown -R $app $final_path/protected/modules chown -R $app $final_path/protected/runtime -chown -R $app $final_path/uploads/* +chown -R $app $final_path/uploads #================================================= # RELOAD NGINX