zulip/scripts/setup
Anders Kaseorg 26d378fb7d terminate-psql-sessions: Fix shellcheck warnings.
In scripts/setup/terminate-psql-sessions line 5:
    [ "$1" = "`echo -e "$1\n$2" | sort -V | tail -n1`" ]
              ^-- SC2006: Use $(..) instead of legacy `..`.
                          ^-- SC1117: Backslash is literal in "\n". Prefer explicit escaping: "\\n".

In scripts/setup/terminate-psql-sessions line 20:
major=$(echo $version | cut -d. -f1,2)
             ^-- SC2086: Double quote to prevent globbing and word splitting.

In scripts/setup/terminate-psql-sessions line 24:
tables=$(echo "'$@'" | sed "s/ /','/g")
                ^-- SC2145: Argument mixes string and array. Use * or separate argument.

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_secrets.py scripts: Change use of typing.Text to str. 2018-05-10 14:19:49 -07:00
generate-self-signed-cert generate-self-signed-cert: Fix shellcheck warnings. 2018-08-03 09:15:26 -07:00
initialize-database initialize-database: Fix shellcheck warnings. 2018-08-03 09:15:26 -07:00
install install: Fix shellcheck warnings. 2018-08-03 09:15:26 -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 postgres-init-db: Fix shellcheck warnings. 2018-08-03 09:15:26 -07:00
setup-certbot setup-certbot: Fix shellcheck warnings. 2018-08-03 09:15:26 -07:00
terminate-psql-sessions terminate-psql-sessions: Fix shellcheck warnings. 2018-08-03 09:15:26 -07:00
zulip-ppa.asc scripts: Stop using apt-add-repository. 2016-10-11 22:10:36 -07:00