mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
This was causing failures when execing outside of a shell (imported from commit b63f8269d121b2bb8be5bcd84b3f868c9bedc9cd)
4 lines
150 B
Bash
Executable File
4 lines
150 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
$(dirname $0)/postgres-init-db zulip_test $($(dirname $0)/../bin/get-django-setting LOCAL_DATABASE_PASSWORD) zulip_test zulip,public
|