1
0
Fork 0
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:
ericgaspar 2021-09-01 08:34:05 +02:00
parent b5eef09326
commit 4989787a13

View file

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