Create directory to write log of initial installation into

(imported from commit fa352a7b4f57379df14249fd5f168249ead64777)
This commit is contained in:
Reid Barton 2015-08-28 09:40:30 -07:00
parent d8b44606a3
commit 942e97d886
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
#!/bin/bash #!/bin/bash
mkdir -p /var/log/zulip
$(dirname $(dirname $0))/lib/install "$@" 2>&1 | tee -a /var/log/zulip/install.log $(dirname $(dirname $0))/lib/install "$@" 2>&1 | tee -a /var/log/zulip/install.log