Skip to content
Snippets Groups Projects
Commit 2026fea9 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Path to mysqldump is wrong

parent 161b249c
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,4 @@ $force_install_databaserootpass='WAMPMYSQLNEWPASSWORD';
$force_install_dolibarrlogin='admin';
$force_install_nophpinfo='1';
$force_install_lockinstall='1';
$force_install_mysqldump='WAMPROOT/bin/mysql/mysqlWAMPMYSQLVERSION/bin/mysqldump.exe';
?>
\ No newline at end of file
......@@ -271,9 +271,6 @@ class Conf
* Set some default values
*/
// System tools
if (empty($this->global->SYSTEMTOOLS_MYSQLDUMP)) $this->global->SYSTEMTOOLS_MYSQLDUMP="mysqldump";
// societe
if (empty($this->global->SOCIETE_CODECLIENT_ADDON)) $this->global->SOCIETE_CODECLIENT_ADDON="mod_codeclient_leopard";
if (empty($this->global->SOCIETE_CODEFOURNISSEUR_ADDON)) $this->global->SOCIETE_CODEFOURNISSEUR_ADDON=$this->global->SOCIETE_CODECLIENT_ADDON;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment