From 47ca88ad5ea4d4f8162b8549d9916bb0d43c0575 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 23 Aug 2021 23:53:06 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index abcdcd1..1f82d9f 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -131,8 +131,6 @@ then ynh_setup_source --dest_dir="$final_path" --keep="$final_path/data/config.php $final_path/data/users/. $final_path/extensions/." fi - - chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path"