mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
test sasn conf
This commit is contained in:
parent
b20ae444db
commit
3578786c4b
1 changed files with 2 additions and 2 deletions
|
@ -143,10 +143,10 @@ systemctl stop $app
|
|||
|
||||
#set database settings as per conf file
|
||||
conf=$(. <(echo -E echo $(<../conf/init_calibre_db_settings)))
|
||||
sqlite3 ./app.db "UPDATE settings SET $conf WHERE ID=1"
|
||||
#sqlite3 ./app.db "UPDATE settings SET $conf WHERE ID=1"
|
||||
|
||||
conf=$(. <(echo -E echo $(<../conf/init_calibre_db_user)))
|
||||
sqlite3 $final_path/app.db "UPDATE user SET $conf WHERE ID=1"
|
||||
#sqlite3 $final_path/app.db "UPDATE user SET $conf WHERE ID=1"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue