From aa7fdbb0ac2b6aa5b6e040c6774c3cb7ef9dc9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 23 Dec 2023 11:32:35 +0100 Subject: [PATCH] fix linter --- manifest.json | 2 +- scripts/_common.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 2f62a40..63dde9f 100644 --- a/manifest.json +++ b/manifest.json @@ -23,7 +23,7 @@ "url": "https://squeak.eauchat.org" }, "requirements": { - "yunohost": ">= 11.0.9" + "yunohost": ">= 11.2" }, "multi_instance": true, "services": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index aeabb7d..1518ac0 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -18,9 +18,8 @@ facilmap_add_config() { } facilmap_set_permissions() { - chown -R root:root $final_path + chown -R $app:$app $final_path mkdir -p "$final_path/lib/node_modules/facilmap-server/cache" - chown -R facilmap:facilmap "$final_path/lib/node_modules/facilmap-server/cache" } facilmap_install_app() {