From dbbfdb53ee25828c15c55bfa410789fe3ded7c48 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 10 Nov 2020 11:21:34 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 8683e92..1f4c225 100644 --- a/scripts/install +++ b/scripts/install @@ -105,7 +105,7 @@ git clone https://github.com/iv-org/invidious "$final_path" --quiet for i in $final_path/config/sql/*.sql ; do ynh_replace_string --match_string="kemal" --replace_string=$db_user --target_file="$i" ; - ynh_psql_connect_as --user=db_user --password=$db_pwd --database=$db_name < $i ; + ynh_psql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < $i ; done #=================================================