mirror of
https://github.com/YunoHost-Apps/netdata_ynh.git
synced 2024-09-03 19:46:33 +02:00
Fix tile access restriction to admin
This commit is contained in:
parent
ed0bfb8f67
commit
375db24d75
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ then
|
|||
fi
|
||||
|
||||
# Add direct access in the portal to admin only
|
||||
ynh_permission_update --permission="main" --add="$admin"
|
||||
ynh_permission_update --permission="main" --remove="all_users" --add="$admin"
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX
|
||||
|
|
Loading…
Add table
Reference in a new issue