1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00

fix mysql

This commit is contained in:
anmol26s 2020-04-23 05:04:42 +05:30
parent d57ed69ec7
commit 4681f8be82

View file

@ -144,7 +144,7 @@ chmod -R 777 $final_path/store
# Import database schema
ynh_script_progression --message="Importing database..." --time --weight=1
ynh_mysql_connect_as --user="$db_name" --password="$db_pwd" < $final_path/install/schema_mysql.sql
ynh_mysql_connect_as --user="$db_name" --password="$db_pwd" --database="db_name" < $final_path/install/schema_mysql.sql
# Copy the template install/htconfig.sample.php to .htconfig.php
ynh_script_progression --message="Moving .htconfig.php to root of Hubzilla ..." --time --weight=1