MatrixSynapse/scripts-dev
Dan Callahan 6a9d84a676
Fix Shellcheck SC2166: test -a is not well defined
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.

https://github.com/koalaman/shellcheck/wiki/SC2166

Signed-off-by: Dan Callahan <danc@element.io>
2021-10-22 23:08:54 +01:00
..
build_debian_packages Add support for ubuntu 21.10 "Impish Indri" (#11024) 2021-10-12 11:29:39 -07:00
check-newsfragment Fix Shellcheck SC2166: test -a is not well defined 2021-10-22 23:08:54 +01:00
check_line_terminators.sh Fix Shellcheck SC2046: Quote to prevent word split 2021-10-22 23:08:53 +01:00
check_signature.py
complement.sh
config-lint.sh Fix Shellcheck SC2046: Quote to prevent word split 2021-10-22 23:08:53 +01:00
database-save.sh
definitions.py
docker_update_debian_changelog.sh Fix Shellcheck SC2046: Quote to prevent word split 2021-10-22 23:08:53 +01:00
dump_macaroon.py
federation_client.py
generate_sample_config Fix Shellcheck SC2046: Quote to prevent word split 2021-10-22 23:08:53 +01:00
hash_history.py
lint.sh Add `--run-background-updates` option to `update_database` script. (#10954) 2021-10-06 11:26:18 +01:00
list_url_patterns.py
make_full_schema.sh Add `--run-background-updates` option to `update_database` script. (#10954) 2021-10-06 11:26:18 +01:00
mypy_synapse_plugin.py
next_github_number.sh
release.py Release script improvements (#10966) 2021-10-11 14:48:38 +01:00
sign_json Update `sign_json` to support inline key config (#11139) 2021-10-20 18:49:20 +01:00
tail-synapse.py
test_postgresql.sh