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
3b07c164fb
zulip
/
scripts
/
upgrade-zulip
3 lines
90 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
$(dirname $0)/lib/upgrade-zulip "$@" 2>&1 | tee -a /var/log/zulip/upgrade.log