mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Update scripts/upgrade
This commit is contained in:
parent
caedb3f829
commit
334d100cf4
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ fi
|
|||
if ! ynh_permission_exists --permission=admin_api; then
|
||||
ynh_permission_create --permission=admin_api --url=$domain/_synapse \
|
||||
--label="Server administration API." --show_tile=false \
|
||||
--auth_header=false
|
||||
--auth_header=false --allowed=visitors
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue