This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
66c02e4dc7
zulip
/
scripts
/
upgrade-zulip
3 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
enterprise: Log the output of upgrade-zulip and install scripts We may eventually want to rotate the log files, but this seems good enough for now. (imported from commit 9a54fa6b40bc62f68e52ef552c1a676856b21829)
2013-11-14 06:32:49 +01:00
#!/bin/bash
Improve shell quoting hygiene Most of these problems were found by ShellCheck (http://www.shellcheck.net). Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2015-09-26 03:47:30 +02:00
"$(dirname "$0")/lib/upgrade-zulip" "$@" 2>&1 | tee -a /var/log/zulip/upgrade.log