1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpldapadmin_ynh.git synced 2024-09-03 19:56:45 +02:00

set permissions

This commit is contained in:
ericgaspar 2020-11-13 16:41:04 +01:00
parent ef9c33aadd
commit a02fa83896
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
# GRANT ACCESS RIGHT TO ADMIN
#=================================================
yunohost app addaccess $app -u $admin
ynh_permission_update --permission "main" --add $admin --remove "all_users"
#=================================================
# MODIFY A CONFIG FILE

View file

@ -102,7 +102,7 @@ ynh_add_fpm_config
# GRANT ACCESS RIGHT TO ADMIN
#=================================================
yunohost app addaccess $app -u $admin
ynh_permission_update --permission "main" --add $admin --remove "all_users"
#=================================================
# MODIFY A CONFIG FILE