diff --git a/scripts/_common.sh b/scripts/_common.sh index fcdb3c4..0bf42a9 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -15,9 +15,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 -R 750 "$install_dir" chmod +x "$install_dir/ntfy.sh" }