mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Updated Change Language (markdown)
parent
b10e35e5c2
commit
c48a0d004d
1 changed files with 2 additions and 2 deletions
|
|
@ -16,14 +16,14 @@ Set script as executeable:
|
||||||
```
|
```
|
||||||
chmod +x language.sh
|
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
|
$ ./language.sh
|
||||||
{
|
{
|
||||||
acknowledged: true,
|
acknowledged: true,
|
||||||
insertedId: null,
|
insertedId: null,
|
||||||
matchedCount: 20,
|
matchedCount: 20,
|
||||||
modifiedCount: 0,
|
modifiedCount: 5,
|
||||||
upsertedCount: 0
|
upsertedCount: 0
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue