mirror of https://github.com/zulip/zulip.git
68261c7e29
In scripts/setup/generate-self-signed-cert line 36: if [ -n "$EXISTS_OK" ] && [ -e "$KEYFILE" -a -e "$CERTFILE" ]; then ^-- SC2166: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined. In scripts/setup/generate-self-signed-cert line 40: if [ -z "$FORCE" ] && [ -e "$KEYFILE" -o -e "$CERTFILE" ]; then ^-- SC2166: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined. Signed-off-by: Anders Kaseorg <andersk@mit.edu> |
||
---|---|---|
.. | ||
configure-rabbitmq | ||
flush-memcached | ||
generate-self-signed-cert | ||
generate_secrets.py | ||
initialize-database | ||
install | ||
packagecloud.asc | ||
pgroonga-debian.asc | ||
pgroonga-ppa.asc | ||
postgres-create-db | ||
postgres-init-db | ||
setup-certbot | ||
terminate-psql-sessions | ||
zulip-ppa.asc |