From 22fe9782f18aa81d92071fd365e07f14853f49bd Mon Sep 17 00:00:00 2001 From: wbudic <42565654+wbudic@users.noreply.github.com> Date: Tue, 15 Jan 2019 16:53:26 +1100 Subject: [PATCH] Update Installation.txt --- Installation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.txt b/Installation.txt index eb5c25d..02bf94a 100644 --- a/Installation.txt +++ b/Installation.txt @@ -48,7 +48,7 @@ To upgrade to newer version of this software requires data migration. Before installing newer version scripts, perform an data export. cd /home/{user}/thttpd_dev/dbLifeLog -sqlite3 -header -csv data_log.db "select * from LOG;" > current_log.csv +sqlite3 -csv data_log.db "select * from LOG;" > current_log.csv ##Install Lifelog cd /home/{user}/ -- 2.34.1