mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
Commented ynh_local_curl without parameter
This commit is contained in:
parent
1722d39722
commit
0327329871
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ ynh_abort_if_errors
|
|||
password=$(ynh_string_random 8)
|
||||
|
||||
# Install with CURL
|
||||
ynh_local_curl "/install/fileconf.php"
|
||||
|
||||
#ynh_local_curl "/install/fileconf.php"
|
||||
|
||||
ynh_local_curl "/install/step1.php" \
|
||||
"testpost=ok" \
|
||||
|
|
Loading…
Reference in a new issue