From 89455f757769714ba01a9f737277bd7ef7cb437b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Fri, 24 Feb 2023 15:02:04 +0100 Subject: [PATCH] Fix (another) permission error --- scripts/_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index 0bf42a9..1a0d641 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -15,6 +15,7 @@ ntfy_setup_source() { } ntfy_fix_permissions() { + chown -R $app:$app "$install_dir" chmod -R 750 "$install_dir" chmod +x "$install_dir/ntfy.sh" }