Dan Callahan
|
d7141e0b8b
|
Fix Shellcheck SC2006: Use $(...) notation
Use $(...) notation instead of legacy backticked `...`.
https://github.com/koalaman/shellcheck/wiki/SC2006
Signed-off-by: Dan Callahan <danc@element.io>
|
2021-10-22 23:08:55 +01:00 |
|
Dan Callahan
|
13f084eb58
|
Fix Shellcheck SC2086: Quote to prevent splitting
Double quote to prevent globbing and word splitting.
https://github.com/koalaman/shellcheck/wiki/SC2086
Signed-off-by: Dan Callahan <danc@element.io>
|
2021-10-22 23:08:54 +01:00 |
|
Dan Callahan
|
64adbb7b54
|
Fix Shellcheck SC2046: Quote to prevent word split
Quote this to prevent word splitting
https://www.shellcheck.net/wiki/SC2046
Signed-off-by: Dan Callahan <danc@element.io>
|
2021-10-22 23:08:53 +01:00 |
|
Nick Barrett
|
c80878d22a
|
Add --run-background-updates option to update_database script. (#10954)
Signed-off-by: Nick Barrett <nick@beeper.com>
|
2021-10-06 11:26:18 +01:00 |
|
David Robertson
|
92a8e68ba2
|
Missed another ci->.ci
Should have been more systematic with my grepping.
|
2021-08-11 20:19:56 +01:00 |
|
David Robertson
|
33ef86aa25
|
Rename ci to .ci
|
2021-08-11 19:59:57 +01:00 |
|