1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00

Update install

This commit is contained in:
ericgaspar 2020-11-10 11:23:51 +01:00
parent dbbfdb53ee
commit e4aba36c60
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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