1
0
Fork 0
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:
Éric Gaspar 2023-05-22 18:07:34 +02:00
parent 9a7663400a
commit 8795eb24ad

View file

@ -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