From 4989787a13bb9a15b202bebf147e15e6f0bbe50f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 1 Sep 2021 08:34:05 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index edcbbbe..a901160 100644 --- a/scripts/install +++ b/scripts/install @@ -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