From 26bd8b345802be42b143e71ef3ba835c469b390c Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 10 Jun 2021 22:46:33 +0200 Subject: [PATCH] Update scripts/upgrade Co-authored-by: Alexandre Aubin --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index b32f5b7..1a4d3de 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -264,7 +264,7 @@ ynh_script_progression --message="Securing files and directories..." # Set permissions on app files chown -R $app: $final_path -chmod -R 775 "$final_path/storage" +chmod 775 "$final_path/storage" #================================================= # INSTALL THE CRON FILE