mirror of
https://github.com/YunoHost-Apps/listmonk_ynh.git
synced 2024-09-03 19:36:15 +02:00
Update upgrade
This commit is contained in:
parent
e5b6c1528b
commit
44b645bbe5
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ fi
|
|||
|
||||
if ! ynh_permission_exists --permission="admin"; then
|
||||
# Create the required permissions
|
||||
ynh_permission_create --permission="admin" --url="/admin" --allowed=$admin
|
||||
ynh_permission_create --permission="admin" --url="/admin" --allowed=$admin --auth_header=false
|
||||
fi
|
||||
|
||||
# Create a permission if needed
|
||||
|
|
Loading…
Reference in a new issue