mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
We may eventually want to rotate the log files, but this seems good enough for now. (imported from commit 9a54fa6b40bc62f68e52ef552c1a676856b21829)
3 lines
90 B
Bash
Executable File
3 lines
90 B
Bash
Executable File
#!/bin/bash
|
|
$(dirname $0)/lib/upgrade-zulip "$@" 2>&1 | tee -a /var/log/zulip/upgrade.log
|