From 8ff79ce43763a7fe427f064029b16afbde230e37 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 15 Dec 2018 18:08:02 +0100 Subject: [PATCH] add eval to pass_hash --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a7fdd29..bb09650 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\"" -sqlite3 $final_path/app.db "$conf" +eval sqlite3 $final_path/app.db "$conf"