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