mirror of
https://github.com/YunoHost-Apps/prestashop_ynh.git
synced 2024-09-03 20:06:39 +02:00
Test avec baseuri dans l'installation
This commit is contained in:
parent
737779ae6d
commit
11c9a19797
1 changed files with 2 additions and 5 deletions
|
@ -113,11 +113,8 @@ sudo php index_cli.php install \
|
|||
--db_name=$db_name \
|
||||
--db_driver=amysqli \
|
||||
--db_port=3306 \
|
||||
# --lastname=$admin_prestashop \
|
||||
# --password=$pass \
|
||||
# --email=$email \
|
||||
--domain=$domain$path \
|
||||
# --base_uri=$path \
|
||||
--domain=$domain \
|
||||
--base_uri=$path \
|
||||
--prefix=_ps_
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue