1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/question2answer_ynh.git synced 2024-09-03 20:16:07 +02:00

test with local_curl

This commit is contained in:
Salamandar 2024-01-24 11:50:48 +01:00
parent 5edc904923
commit e3fa657a44

View file

@ -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" "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 "/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_title=$q2a_name")" \
"$(myynh_urlencode "option_site_url=https://$domain$path")" \ "$(myynh_urlencode "option_site_url=https://$domain$path")" \
"option_neat_urls=0" \ "option_neat_urls=0" \