mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Add group-permission support
This commit is contained in:
parent
22435f7737
commit
a1132e5b26
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
"email": "josue@tille.ch"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 3.5.2.2"
|
||||
"yunohost": ">= 3.7.0.6"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
|
|
@ -108,7 +108,7 @@ set_permission
|
|||
|
||||
# Restrict access to admin only
|
||||
ynh_script_progression --message="Configuring permissions"
|
||||
yunohost app addaccess --users=$admin $app
|
||||
ynh_permission_update --permission="main" --remove="all_users" --add=$admin
|
||||
|
||||
# Configuration de logrotate
|
||||
ynh_script_progression --message="Configuring log rotation..."
|
||||
|
|
Loading…
Reference in a new issue