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:12:01 +02:00
parent d668c8f279
commit 9f364c6e88

View file

@ -35,7 +35,7 @@ chown $app: "$install_dir/config.php"
#=================================================
ynh_script_progression --message="Adding database configuration..." --weight=1
ynh_mysql_connect_as --user="$db_user" --password="$db_pwd" < $install_dir/db/SCHEMA.sql
ynh_mysql_connect_as --user="$db_user" --password="$db_pwd" --database="$db_name" < $install_dir/db/SCHEMA.sql
#=================================================
# NGINX CONFIGURATION