From 943963d6134ab6e9d25063742a1a8c1470ce0d49 Mon Sep 17 00:00:00 2001 From: bepaald <38437099+bepaald@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:08:50 +0000 Subject: [PATCH] Just a typo --- Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quickstart.md b/Quickstart.md index 9a1898b..80a5368 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -97,7 +97,7 @@ Must be run with superuser rights ('sudo'). It is advised to backup the account databases before upgrading to a newer version which might migrate the database and therefore prevents a downgrade in case of issues. -This little snippet will take care (requires `squlite3`). +This little snippet will take care (requires `sqlite3`). ```bash find /folder/to/signal-cli/data -type f -name account.db | xargs -L1 -I{} sqlite3 {} ".backup {}.$(date +%Y%m%d%H%M)"