1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Update change_url

This commit is contained in:
Éric Gaspar 2023-11-30 13:09:36 +01:00
parent a8f0324b87
commit f53eede403

View file

@ -55,7 +55,7 @@ fi
ynh_script_progression --message="Configuring permissions..."
# Temporary fix for the API permission
ynh_permission_create --permission="api" --label="api" --url="re:$domain\/.well-known\/.*" --allowed="visitors" "all_users" --auth_header="false" --show_tile="false" --protected="true"
ynh_permission_create --permission="api" --label="api" --url="re:$new_domain\/.well-known\/.*" --allowed="visitors" "all_users" --auth_header="false" --show_tile="false" --protected="true"
#=================================================
# END OF SCRIPT