mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
7 lines
137 B
Bash
Executable File
7 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
set -x
|
|
python tools/provision.py --travis
|
|
sudo mkdir -p /var/lib/nagios_state
|
|
sudo chown travis /var/lib/nagios_state
|