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