From 377e067513e49f6de6d26a2f11100cdd344c0b7c Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 7 Jan 2019 17:27:40 +0100 Subject: [PATCH] fixe --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a50603e..3bde907 100644 --- a/scripts/install +++ b/scripts/install @@ -151,7 +151,7 @@ ynh_store_file_checksum "$final_path/app/Config/database.php" ### that really need such authorization. # Set permissions to app files -chown -R $app:$app $final_path +chown -R www-data:www-data $final_path chmod -R 775 $final_path #=================================================