1
0
Fork 0
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:
anmol26s 2021-03-07 22:07:23 +05:30
parent 1ca999e658
commit 57d7f2cde6

View file

@ -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)
ynh_permission_create --permission="admin" --url="/" --allowed=$admin
ynh_permission_update --permission "main" --remove all_users --add $admin
#=================================================