mirror of
https://github.com/YunoHost-Apps/beehive_ynh.git
synced 2024-09-03 18:06:24 +02:00
Correct admin permission
This commit is contained in:
parent
1ca999e658
commit
57d7f2cde6
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ ynh_script_progression --message="Configuring permissions..." --weight=1
|
||||||
|
|
||||||
|
|
||||||
# Only the admin can access the admin panel of the app (if the app has an admin panel)
|
# Only the admin can access the admin panel of the app (if the app has an admin panel)
|
||||||
ynh_permission_create --permission="admin" --url="/" --allowed=$admin
|
ynh_permission_update --permission "main" --remove all_users --add $admin
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue