1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 18:26:13 +02:00

Update mysql conf

This commit is contained in:
Rafi59 2017-06-09 18:58:26 +02:00 committed by GitHub
parent e1f0cc72f9
commit 0c27e7773c

View file

@ -65,7 +65,7 @@ ynh_mysql_create_db "$dbname" "$dbuser" "$dbpass"
# # Load initial SQL into the new database
ynh_mysql_connect_as "$dbuser" "$dbpass" "$dbname" \
# < "../sources/sql/mysql.init.sql"
< "../sources/sql/mysql.init.sql"
### MySQL end ###