Just a typo

bepaald 2025-06-20 15:08:50 +00:00
parent 4db8c65164
commit 943963d613

@ -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)"