1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

fix a typo for all_users

This commit is contained in:
OniriCorpe 2024-02-22 04:04:21 +01:00
parent 9dfb0f03de
commit 5f4586661f

View file

@ -64,7 +64,7 @@ ram.runtime = "50M"
[resources.permissions]
main.url = "/"
main.show_tile = true
main.allowed = [ "visitors", "all-users" ]
main.allowed = [ "visitors", "all_users" ]
main.protected = true
[resources.apt]