From 98a32232dd1e46ce87bbba77569ca67321dbe10a Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Fri, 8 Apr 2022 08:00:45 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 636f17e..629fbe5 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -197,7 +197,7 @@ chmod 644 "/etc/cron.d/$app" chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" -hmod -R 775 $final_path/storage +chmod -R 775 $final_path/storage ## set_permissions #=================================================