From f015eb736cd6fd33a3c73d3519c190cf0b75b1f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 25 Mar 2024 23:32:28 +0100 Subject: [PATCH] revert more --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 93abc81..529d182 100644 --- a/scripts/install +++ b/scripts/install @@ -31,7 +31,7 @@ ynh_setup_source --source_id="main" --dest_dir="$install_dir" # Create necessary files touch "$install_dir/htdocs/conf/conf.php" -chown -R "$app:www-data" "$install_dir" +# chown -R "$app:www-data" "$install_dir" #================================================= # PREPARE AND INSTALL APP @@ -59,7 +59,7 @@ ynh_use_logrotate --logfile="$install_dir/documents/dolibarr.log" #================================================= # Set right permissions for curl install -# chown -R "$app:" "$install_dir" +chown -R "$app:" "$install_dir" # Installation with curl