From 95db93f3b5b75387ab513449b662659ab3267e89 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 17 May 2022 16:06:03 +0200 Subject: [PATCH] Update install --- scripts/install | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index bb38d35..e56114b 100644 --- a/scripts/install +++ b/scripts/install @@ -155,9 +155,13 @@ popd ynh_script_progression --message="Securing files and directories..." --weight=1 mkdir -p $final_path/{cache,uploads} -chown $app:www-data $final_path/{cache,uploads} -chmod 750 -R "$final_path" -chmod 700 $final_path/{cache,uploads} +#chown $app:www-data $final_path/{cache,uploads} +#chmod 750 -R "$final_path" +#chmod 700 $final_path/{cache,uploads} + +chmod 755 "$final_path" +chmod -R o-rwx "$final_path" +chown -R $app:www-data "$final_path" #================================================= # SETUP SSOWAT