diff --git a/scripts/install b/scripts/install index 76e23bc..9dd704a 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 "UDPATE user SET password=$pass_hash WHERE ID=1" +sqlite3 $final_path/app.db \"UDPATE user SET password=$pass_hash WHERE ID=1\"