From 23bd448c693e17c54a031158d459608fb91f3308 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Sat, 4 Mar 2017 02:31:43 +0100 Subject: [PATCH] On remouille avec l'utilisateur et le mot de passe --- scripts/install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7290a87..b192301 100644 --- a/scripts/install +++ b/scripts/install @@ -106,13 +106,16 @@ SETUP_SOURCE # Télécharge la source, décompresse et copie dans $final_path # Installation de Prestashop #================================================= pushd $final_path/install/ -sudo php index_cli.php install \ +sudo php index_cli.php \ --db_server=localhost \ --db_user=$db_user \ --db_password=$db_pwd \ --db_name=$db_name \ --db_driver=amysqli \ --db_port=3306 \ + --lastname=$admin_prestashop \ + --password=$pass \ + --email=$email \ --domain=$domain \ --base_uri=$path \ --prefix=_ps_