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" }