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

Update install

This commit is contained in:
ericgaspar 2021-05-19 14:05:00 +02:00
parent 84834cd0e9
commit 0b6fdd4185
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -299,7 +299,7 @@ if [ $is_public -eq 1 ]; then
ynh_permission_update --permission="main" --add="visitors"
fi
# Etherpad admin page doesn't support SSO...
# Only the admin can access the admin panel of the app (if the app has an admin panel)
ynh_permission_create --permission="admin" --url="/admin" --allowed=$admin
#=================================================