1
0
Fork 0
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:
ericgaspar 2021-07-08 08:26:34 +02:00
parent 83afc959c2
commit 003d1adbaa

View file

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