1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ntfy_ynh.git synced 2024-09-03 19:46:27 +02:00

Fix error in manifest

This commit is contained in:
Alexander Wühr 2023-02-24 14:07:12 +01:00
parent 68d4dc238b
commit f5a10c5127
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -43,7 +43,6 @@ ram.runtime = "50M"
[resources.system_user] [resources.system_user]
[resources.install_dir] [resources.install_dir]
owner = __APP__:rwx
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"

View file

@ -16,6 +16,7 @@ ntfy_setup_source {
} }
ntfy_fix_permissions { ntfy_fix_permissions {
chmod o+w "$install_dir/data"
chmod 400 "$install_dir/server.yml" chmod 400 "$install_dir/server.yml"
chown $app:$app "$install_dir/server.yml" chown $app:$app "$install_dir/server.yml"
chmod +x "$install_dir/ntfy.sh" chmod +x "$install_dir/ntfy.sh"