1
0
Fork 0
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:
Jimmy Monin 2022-08-21 09:36:25 +02:00
parent ed0bfb8f67
commit 375db24d75

View file

@ -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