mirror of
https://github.com/YunoHost-Apps/phpmyadmin_ynh.git
synced 2024-09-03 19:56:46 +02:00
Update install
This commit is contained in:
parent
83afc959c2
commit
003d1adbaa
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ chown $app: $final_path/tmp
|
||||||
ynh_script_progression --message="Configuring permissions..." --weight=3
|
ynh_script_progression --message="Configuring permissions..." --weight=3
|
||||||
|
|
||||||
# Restrict access to admin only
|
# Restrict access to admin only
|
||||||
ynh_permission_create --permission="admin" --allowed=$admin
|
ynh_permission_update --permission="main" --add=$admin --remove="all_users" --protected=true
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD NGINX
|
# RELOAD NGINX
|
||||||
|
|
Loading…
Reference in a new issue