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:
parent
d57ed69ec7
commit
4681f8be82
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue