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 config

This commit is contained in:
Rafi59 2017-06-09 17:21:12 +02:00 committed by GitHub
parent 6a13ead388
commit e1f0cc72f9

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