mirror of
https://github.com/YunoHost-Apps/prestashop_ynh.git
synced 2024-09-03 20:06:39 +02:00
Update install
This commit is contained in:
parent
f761671f99
commit
fbdbcfb5ef
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ pushd $final_path/install/
|
||||||
sudo php index_cli.php install \
|
sudo php index_cli.php install \
|
||||||
--db_server=localhost \
|
--db_server=localhost \
|
||||||
--db_user=$db_user \
|
--db_user=$db_user \
|
||||||
--db_password=$db_pass \
|
--db_password=$db_pwd \
|
||||||
--db_name=$db_name \
|
--db_name=$db_name \
|
||||||
--db_driver=amysqli \
|
--db_driver=amysqli \
|
||||||
--db_port=3306 \
|
--db_port=3306 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue