From 7d77b58535c1860f8168a261d156b8142ade26c4 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 15 Dec 2018 18:38:18 +0100 Subject: [PATCH] =?UTF-8?q?retour=20=C3=A0=20l'ancien?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 97d53ed..be81d24 100755 --- a/scripts/install +++ b/scripts/install @@ -151,7 +151,7 @@ conf="\"UPDATE user SET $(. <(echo -E echo $(<../conf/init_calibre_db_user))) WH sleep 1s eval sqlite3 $final_path/app.db "$conf" sleep 1s -sqlite3 $final_path/app.db \"UPDATE user SET password=\'$pass_hash\' WHERE ID=1\" +sqlite3 $final_path/app.db "UPDATE user SET password='$(python ../conf/generate_password_hash.py $pass $final_path/vendor)' WHERE ID=1"