mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
In tools/setup/generate-test-credentials line 10:
password=$(./manage.py print_initial_password "$email" | fgrep "$email" | awk '{ print $2 }')
^-- SC2197: fgrep is non-standard and deprecated. Use grep -F instead.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
||
|---|---|---|
| .. | ||
| emoji | ||
| __init__.py | ||
| build_pygments_data | ||
| generate_zulip_bots_static_files | ||
| generate-fixtures | ||
| generate-test-credentials | ||
| install-aws-server | ||
| lang.json | ||
| postgres-init-dev-db | ||
| postgres-init-test-db | ||
| setup_venvs.py | ||