From f9dcf6fb2c1583faa44dad845bfab78b4a338481 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Sun, 28 Mar 2021 19:33:10 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index cc3ac03..861a531 100755 --- a/scripts/install +++ b/scripts/install @@ -57,7 +57,7 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde # Register (book) web path if [[ $path_url =~ my_webapp ]] then - chown -R my_webapp $final_path + #chown -R my_webapp $final_path else chown -R www-data.www-data $final_path fi