mirror of https://github.com/zulip/zulip.git
Fix broken shebang in postgres-init-test-db
This was causing failures when execing outside of a shell (imported from commit b63f8269d121b2bb8be5bcd84b3f868c9bedc9cd)
This commit is contained in:
parent
f5089e535d
commit
4702d8e9b3
|
@ -1,3 +1,3 @@
|
|||
#/bin/sh -xe
|
||||
#!/bin/bash -xe
|
||||
|
||||
$(dirname $0)/postgres-init-db zulip_test $($(dirname $0)/../bin/get-django-setting LOCAL_DATABASE_PASSWORD) zulip_test zulip,public
|
||||
|
|
Loading…
Reference in New Issue