mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
sleep 2
This commit is contained in:
parent
c4a8821a33
commit
55b54bfa34
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ eval sqlite3 $final_path/app.db "$conf"
|
||||||
conf="\"UPDATE user SET $(. <(echo -E echo $(<../conf/init_calibre_db_user))) WHERE ID=1\""
|
conf="\"UPDATE user SET $(. <(echo -E echo $(<../conf/init_calibre_db_user))) WHERE ID=1\""
|
||||||
sleep 1s
|
sleep 1s
|
||||||
eval sqlite3 $final_path/app.db "$conf"
|
eval sqlite3 $final_path/app.db "$conf"
|
||||||
|
sleep 1s
|
||||||
sqlite3 $final_path/app.db "UDPATE user SET password=$pass_hash WHERE ID=1"
|
sqlite3 $final_path/app.db "UDPATE user SET password=$pass_hash WHERE ID=1"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue