Updated Change Language (markdown)

Lauri Ojansivu 2024-04-05 15:35:17 +03:00
parent b10e35e5c2
commit c48a0d004d

@ -16,14 +16,14 @@ Set script as executeable:
```
chmod +x language.sh
```
Running script:
Running script, when 5 new users of total 20 users did not have language set correctly yet:
```
$ ./language.sh
{
acknowledged: true,
insertedId: null,
matchedCount: 20,
modifiedCount: 0,
modifiedCount: 5,
upsertedCount: 0
}
```