From f5a10c5127e7409c9522dab71cc89f2b80efa3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Fri, 24 Feb 2023 14:07:12 +0100 Subject: [PATCH] Fix error in manifest --- manifest.toml | 1 - scripts/_common.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index cb980ab..dac2152 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,7 +43,6 @@ ram.runtime = "50M" [resources.system_user] [resources.install_dir] - owner = __APP__:rwx [resources.permissions] main.url = "/" diff --git a/scripts/_common.sh b/scripts/_common.sh index 49ecb9d..37626a8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -16,6 +16,7 @@ ntfy_setup_source { } ntfy_fix_permissions { + chmod o+w "$install_dir/data" chmod 400 "$install_dir/server.yml" chown $app:$app "$install_dir/server.yml" chmod +x "$install_dir/ntfy.sh"