mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
Most of these problems were found by ShellCheck (http://www.shellcheck.net). Signed-off-by: Anders Kaseorg <andersk@mit.edu>
4 lines
125 B
Bash
Executable File
4 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
mkdir -p /var/log/zulip
|
|
"$(dirname "$(dirname "$0")")/lib/install" "$@" 2>&1 | tee -a /var/log/zulip/install.log
|