mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
Fix: permissionsfor help page in upgrade script
This commit is contained in:
parent
8612ea1cb9
commit
f823a7a42e
1 changed files with 3 additions and 3 deletions
|
@ -140,7 +140,7 @@ fi
|
|||
# Create a permission if needed
|
||||
if ! ynh_permission_exists --permission="help"
|
||||
then
|
||||
ynh_permission_create --permission="help" --url="/help" --allowed="all_users"
|
||||
ynh_permission_create --permission="help" --url="/help/" --allowed="all_users" --show_tile="true" --label="Help"
|
||||
fi
|
||||
|
||||
# If final_path doesn't exist, create it
|
||||
|
|
Loading…
Add table
Reference in a new issue