From 55b54bfa3414ad6514696643ad182edbf23663cc Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 15 Dec 2018 17:59:54 +0100 Subject: [PATCH] sleep 2 --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index dfc41e5..76e23bc 100755 --- a/scripts/install +++ b/scripts/install @@ -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\"" sleep 1s eval sqlite3 $final_path/app.db "$conf" +sleep 1s sqlite3 $final_path/app.db "UDPATE user SET password=$pass_hash WHERE ID=1"