From e3fa657a448921901186241b1471babebc099f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 24 Jan 2024 11:50:48 +0100 Subject: [PATCH] test with local_curl --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 133f10f..262091c 100755 --- a/scripts/install +++ b/scripts/install @@ -69,7 +69,7 @@ admin_temp_pass=$(ynh_string_random --length=10) ynh_local_curl "/index.php?qa=install" "create=Set+up+the+Database+including+User+Management" ynh_local_curl "/index.php?qa=install" "handle=$admin" "password=$admin_temp_pass" "email=$admin_email" "super=Set+up+the+Super+Administrator" -ynh_local_curl_csrf "/index.php?qa=admin&qa_1=general" \ +ynh_local_curl "/index.php?qa=admin&qa_1=general" \ "$(myynh_urlencode "option_site_title=$q2a_name")" \ "$(myynh_urlencode "option_site_url=https://$domain$path")" \ "option_neat_urls=0" \