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:
parent
68d4dc238b
commit
f5a10c5127
2 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,6 @@ ram.runtime = "50M"
|
|||
[resources.system_user]
|
||||
|
||||
[resources.install_dir]
|
||||
owner = __APP__:rwx
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue