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 10:26:51 +01:00
parent 2307cbaae0
commit f86a94287a
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_execute_file_as_root --file="$i" --database=$db_name ;
ynh_psql_connect_as --user=db_user --password=$db_pwd --database=$db_name < $i ;
done
#=================================================