1
0
Fork 0
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:
magikcypress 2017-03-04 02:16:30 +01:00
parent 737779ae6d
commit 11c9a19797

View file

@ -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