mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
This fixes issue #123. Namely, the script in scripts/setup/install was returning 0. Adding `set -e` and `set -o pipeline` causes the install script to exit and return 1 if any part fails, including piping output (`set -o pipeline` does this). |
||
|---|---|---|
| .. | ||
| configure-rabbitmq | ||
| generate_secrets.py | ||
| initialize-database | ||
| install | ||
| postgres-init-db | ||