1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00

Added testpost=1 on first local curl

This commit is contained in:
Olivier BILHAUT 2018-01-25 17:39:29 +01:00 committed by Jeff
parent 8f853dcc9e
commit 8e068eb65a

View file

@ -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" \