From f47bb65fff216ae3a2054f79e05b12e6f6a943c4 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 15 Dec 2018 18:13:54 +0100 Subject: [PATCH] test sans password --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d15555e..a8530d1 100755 --- a/scripts/install +++ b/scripts/install @@ -152,7 +152,7 @@ sleep 1s eval sqlite3 $final_path/app.db "$conf" sleep 1s conf="\"UPDATE user SET password='$pass_hash' WHERE ID=1\"" -eval sqlite3 $final_path/app.db "$conf" +#eval sqlite3 $final_path/app.db "$conf"