From 5b92ffdd03eeaf5e25d21d562b921215521522a8 Mon Sep 17 00:00:00 2001 From: Limezy Date: Sat, 6 Nov 2021 00:43:46 +0700 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f970816..4a1c2f9 100755 --- a/scripts/install +++ b/scripts/install @@ -146,7 +146,7 @@ ynh_setup_source --dest_dir="$final_path" # files in some cases. # But FOR THE LOVE OF GOD, do not allow r/x for "others" on the entire folder - # this will be treated as a security issue. -chmod 750 "$final_path" +chmod -R 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path"