From 8e068eb65a6d715c5def6accf044024f6ee188a4 Mon Sep 17 00:00:00 2001 From: Olivier BILHAUT Date: Thu, 25 Jan 2018 17:39:29 +0100 Subject: [PATCH] Added testpost=1 on first local curl --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2d3dc6d..1acc71a 100644 --- a/scripts/install +++ b/scripts/install @@ -126,7 +126,8 @@ ynh_abort_if_errors # Install with CURL - #ynh_local_curl "/install/fileconf.php" + ynh_local_curl "/install/fileconf.php" \ + "testpost=ok" ynh_local_curl "/install/step1.php" \ "testpost=ok" \