diff --git a/scripts/change_url b/scripts/change_url index 6da4c8d..420f4cd 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -62,3 +62,10 @@ ynh_permission_url --permission="api" --url="re:$new_domain\/.well-known\/.*" -- #================================================= ynh_script_progression --message="Change of URL completed for $app" --last + +# Tmp debug for the stupid trusted domain issue x_x +ynh_print_info $(cat /var/www/nextcloud/config/config.php) + +systemctl restart php${phpversion}-fpm + +sleep 5