mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
redirection ambigue
This commit is contained in:
parent
d78170a0e1
commit
1cb8d83527
1 changed files with 2 additions and 2 deletions
|
@ -143,11 +143,11 @@ systemctl stop $app
|
|||
#set database settings as per conf file
|
||||
while IFS='' read -r line || [[ -n "$i" ]]; do
|
||||
sqlite3 $final_path/app.db "UPDATE settings SET $i WHERE ID=1"
|
||||
done < $(cat ../conf/init_calibre_db)
|
||||
done < <($(cat ../conf/init_calibre_db))
|
||||
|
||||
while IFS='' read -r line || [[ -n "$i" ]]; do
|
||||
sqlite3 $final_path/app.db "UPDATE user SET $i WHERE ID=1"
|
||||
done < $(cat ../conf/init_calibre_db_user)
|
||||
done < <($(cat ../conf/init_calibre_db_user))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue