From 2ce0a07615051235c2528be58f46eb9ba0678edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:32:56 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index ff4ef47..2925667 100755 --- a/scripts/install +++ b/scripts/install @@ -43,8 +43,8 @@ ynh_add_config --template="../conf/example-singleServer-full.html" --destination chmod 400 "$install_dir/results/telemetry_settings.php" chmod 400 "$install_dir/singleServer-full.html" -chown $app:$app "$install_dir/results/telemetry_settings.php" -chown $app:$app "$install_dir/singleServer-full.html" +chown $app:www-data "$install_dir/results/telemetry_settings.php" +chown $app:www-data "$install_dir/singleServer-full.html" #================================================= # END OF SCRIPT