mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00: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).