mirror of
https://github.com/YunoHost-Apps/prestashop_ynh.git
synced 2024-09-03 20:06:39 +02:00
Supprimer base-uri dans l'install en ligne de commande de prestashop
This commit is contained in:
parent
0cf49830c0
commit
03cb9dfb64
1 changed files with 1 additions and 1 deletions
|
@ -110,10 +110,10 @@ sudo php index_cli.php \
|
|||
--db_port=3306 \
|
||||
--language=${language:0:2} \
|
||||
--lastname=$admin_prestashop \
|
||||
--firstname=$admin_prestashop \
|
||||
--password=$pass \
|
||||
--email=$email \
|
||||
--domain=$domain \
|
||||
--base_uri=$path \
|
||||
--prefix=_ps_
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue