mirror of https://github.com/zulip/zulip.git
start-dockers: Fix shellcheck warnings.
In tools/start-dockers line 7: source /home/zulip/.bash_profile ^-- SC1091: Not following: /home/zulip/.bash_profile: openBinaryFile: does not exist (No such file or directory) Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
f4c4e857ff
commit
e9656564c2
|
@ -4,6 +4,7 @@ sudo service rabbitmq-server restart
|
|||
sudo service postgresql restart
|
||||
sudo service redis-server restart
|
||||
sudo service memcached restart
|
||||
# shellcheck source=/dev/null
|
||||
source /home/zulip/.bash_profile
|
||||
/srv/zulip/scripts/setup/configure-rabbitmq
|
||||
/srv/zulip/tools/run-dev.py --interface=''
|
||||
|
|
Loading…
Reference in New Issue