mirror of
https://github.com/YunoHost-Apps/ampache_ynh.git
synced 2024-09-03 18:15:55 +02:00
Update install
This commit is contained in:
parent
b5eef09326
commit
4989787a13
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ ynh_add_config --template="../conf/ampache.cfg.php" --destination="$final_path/c
|
|||
ynh_script_progression --message="Loading default database..."
|
||||
|
||||
# Load default ampache database
|
||||
ynh_mysql_connect_as --user=$app --password="$db_pwd" --database=$app < "$final_path/sql/ampache.sql"
|
||||
ynh_mysql_connect_as --user=$app --password="$db_pwd" --database=$app < "$final_path/resources/sql/ampache.sql"
|
||||
|
||||
#=================================================
|
||||
# INSTALL AMPACHE WITH COMPOSER
|
||||
|
|
Loading…
Add table
Reference in a new issue