mirror of
https://github.com/YunoHost-Apps/phpipam_ynh.git
synced 2024-09-03 19:56:39 +02:00
Update install
This commit is contained in:
parent
9a7663400a
commit
8795eb24ad
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ chown $app: "$install_dir/config.php"
|
|||
#=================================================
|
||||
ynh_script_progression --message="Adding database configuration..." --weight=1
|
||||
|
||||
ynh_mysql_connect_as --user="user" --password="pass" < $install_dir/db/SCHEMA.sql
|
||||
ynh_mysql_connect_as --user="$db_user" --password="$db_pwd" < $install_dir/db/SCHEMA.sql
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
Loading…
Reference in a new issue