mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
error path for database changed in the install script
This commit is contained in:
parent
dbe3cbdaac
commit
ac0a93f9d0
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ sudo cp ../conf/config.ini.php $src_path/data/.
|
|||
|
||||
# # Load initial SQL into the new database
|
||||
ynh_mysql_connect_as "$dbuser" "$dbpass" "$dbname" \
|
||||
< "../sources/sql/webtrees.sql"
|
||||
< "../conf/sql/webtrees.sql"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue