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:
ericgaspar 2021-07-06 12:42:20 +02:00
parent 2ecea82a69
commit f466bf45c8

View file

@ -81,7 +81,7 @@ ynh_app_setting_set --app=$app --key=db_name --value=$db_name
ynh_mysql_setup_db --db_user=$db_user --db_name=$db_name
# Set the user chosen at installation as administrator
ynh_mysql_connect_as --user="$db_user" --password="$db_pwd" --database="$db_name" < $final_path/db/SCHEMA.sql
#ynh_mysql_connect_as --user="$db_user" --password="$db_pwd" --database="$db_name" < $final_path/db/SCHEMA.sql
#=================================================
# NGINX CONFIGURATION