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:
parent
dbbfdb53ee
commit
e4aba36c60
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue