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:
parent
ecc579514e
commit
a4173f625f
1 changed files with 3 additions and 3 deletions
|
@ -81,9 +81,9 @@ sudo php cli_install.php install \
|
||||||
--db_name=$db_name \
|
--db_name=$db_name \
|
||||||
--db_driver=amysqli \
|
--db_driver=amysqli \
|
||||||
--db_port=3306 \
|
--db_port=3306 \
|
||||||
--username=$user \
|
--username=$admin_name \
|
||||||
--password=$passwd \
|
--password=$admin_pass \
|
||||||
--email=$email \
|
--email=$admin_email \
|
||||||
--http_server=$domain$path \
|
--http_server=$domain$path \
|
||||||
--db_prefix=_ac_ \
|
--db_prefix=_ac_ \
|
||||||
--admin_path=admin
|
--admin_path=admin
|
||||||
|
|
Loading…
Add table
Reference in a new issue