From 0a9177653474ab46e8283ca848d07007fb2b6f36 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 26 Aug 2021 22:18:55 +0200 Subject: [PATCH] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3427945..785f913 100644 --- a/scripts/install +++ b/scripts/install @@ -227,7 +227,8 @@ chown $app:$app "$final_path/config/config.inc.php" #================================================= mkdir -p "$final_path/plugins/enigma/home" -chown -R $app:$app "$final_path/plugins/enigma/home" +#chown -R $app:$app "$final_path/plugins/enigma/home" +chown -R $app:www-data "$final_path/plugins" #================================================= # RELOAD NGINX