1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/abantecart_ynh.git synced 2024-09-03 18:06:16 +02:00

Update install

This commit is contained in:
frju365 2017-03-01 18:39:49 +01:00 committed by GitHub
parent a848ea1ad8
commit ecc579514e

View file

@ -76,9 +76,9 @@ sudo rm -rf $final_path/public_html
pushd $final_path/install/
sudo php cli_install.php install \
--db_host=localhost \
--db_user=$dbuser \
--db_password=$dbpass \
--db_name=$dbname \
--db_user=$db_user \
--db_password=$db_pass \
--db_name=$db_name \
--db_driver=amysqli \
--db_port=3306 \
--username=$user \