From 6ba60a377ef1305f7d0cc346371590b8035dbe62 Mon Sep 17 00:00:00 2001 From: frju365 Date: Tue, 21 Aug 2018 01:21:35 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c4d9243..9045b17 100644 --- a/scripts/install +++ b/scripts/install @@ -87,7 +87,7 @@ ynh_setup_source "$final_path" # Files owned by root, www-data can just read #================================================= -sudo chown www-data:www-data $final_path -R +sudo chown $app:$app $final_path -R sudo chmod 755 $final_path -R #=================================================