1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prestashop_ynh.git synced 2024-09-03 20:06:39 +02:00

variable db_name n'existe pas

This commit is contained in:
magikcypress 2017-03-16 14:56:49 +01:00
parent e8ea9f2bb2
commit e1de92851d

View file

@ -105,7 +105,7 @@ sudo php index_cli.php \
--db_server=localhost \
--db_user=$db_user \
--db_password=$db_pwd \
--db_name=$db_name \
--db_name=$app \
--db_driver=amysqli \
--db_port=3306 \
--language=${language:0:2} \