zulip/scripts/setup
Anders Kaseorg 68261c7e29 generate-self-signed-cert: Fix shellcheck warnings.
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>
2018-08-03 09:15:26 -07:00
..
configure-rabbitmq configure-rabbitmq: Fix shellcheck warnings. 2018-08-03 09:15:26 -07:00
flush-memcached flush-memcached: Replace 'set -x' with more clear output. 2016-10-14 17:10:06 -07:00
generate-self-signed-cert generate-self-signed-cert: Fix shellcheck warnings. 2018-08-03 09:15:26 -07:00
generate_secrets.py scripts: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
initialize-database install: Suppress initialize-database instructions when redundant. 2018-03-06 19:43:02 -08:00
install install: Add comments documenting installer wrapper. 2017-10-01 15:48:36 -07:00
packagecloud.asc apt: Add packagecloud repository for Debian. 2018-05-05 10:03:03 -07:00
pgroonga-debian.asc setup-apt-repo: Add pgroonga code for Debian stretch. 2017-07-14 17:22:20 -07:00
pgroonga-ppa.asc scripts: Stop using apt-add-repository. 2016-10-11 22:10:36 -07:00
postgres-create-db docker: Add PGroonga support to Postgresql Dockerfile. 2018-05-23 11:53:32 -07:00
postgres-init-db docker: Add postgres docker build with full text search. 2018-05-16 13:14:24 -07:00
setup-certbot install: Add a couple Docker-specific options to the certbot scripts. 2018-07-23 17:45:59 -07:00
terminate-psql-sessions terminate-psql-sessions: Remove set -x. 2016-10-14 17:08:05 -07:00
zulip-ppa.asc scripts: Stop using apt-add-repository. 2016-10-11 22:10:36 -07:00