From b1a8580d4df05d1196cc2878880a27d1a6792260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 25 Mar 2024 21:06:42 +0100 Subject: [PATCH] Try to fix db creation --- scripts/install | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/install b/scripts/install index b36c7ec..3f3c270 100644 --- a/scripts/install +++ b/scripts/install @@ -68,6 +68,15 @@ ynh_add_nginx_config # Use logrotate to manage application logfile(s) ynh_use_logrotate --logfile="$install_dir/documents/dolibarr.log" +#================================================= +# FINAL CONFIGURATION +#================================================= +ynh_script_progression --message="Final configuration of $app to create databases..." --weight=1 + +ynh_local_curl "/install/step2.php" \ + "testpost=ok" \ + "action=set" + ynh_script_progression --message="Configuring LDAP" --weight=1 # Populate the LDAP parameters