From 68f667abefedc7a9baeca7ab2c0d9690c28fe067 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sat, 18 Feb 2023 23:14:11 +0100 Subject: [PATCH] typo... --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index f90bfa7..807cd65 100755 --- a/scripts/install +++ b/scripts/install @@ -202,7 +202,7 @@ ynh_setup_source --dest_dir="$final_path" --source_id="$architecture" # 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 o-rwx "$final_path") +chmod -R o-rwx "$final_path" chown -R "$app:www-data" "$final_path" #================================================= @@ -226,7 +226,6 @@ if [ "$domain" != "$account_domain" ] && [ -n "$account_domain" ]; then domain="$domain_backup" fi - #================================================= # CREATE DATA DIRECTORY #=================================================