mirror of https://github.com/zulip/zulip.git
0608e32eeb
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). |
||
---|---|---|
.. | ||
lib | ||
setup | ||
purge-old-deployments | ||
restart-server | ||
upgrade-zulip | ||
zulip-puppet-apply |