zulip/scripts/setup
Anders Kaseorg bb19fed5a7 initialize-database: Fix shellcheck warnings.
In scripts/setup/initialize-database line 38:
    echo -e "\033[32mPopulating default database failed."
             ^-- SC1117: Backslash is literal in "\0". Prefer explicit escaping: "\\0".

In scripts/setup/initialize-database line 42:
    echo -e "\033[0m"
             ^-- SC1117: Backslash is literal in "\0". Prefer explicit escaping: "\\0".

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 initialize-database: Fix shellcheck warnings. 2018-08-03 09:15:26 -07: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