1
0
Fork 0
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:
Fabian Wilkens 2021-07-17 15:33:23 +02:00
parent 8612ea1cb9
commit f823a7a42e
No known key found for this signature in database
GPG key ID: 23DFA025BB4E9FAB

View file

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