mirror of https://github.com/zulip/zulip.git
Move postgres-init-db to scripts/setup/.
(imported from commit 7844fc5cac3e3c90466216e14b2c5b25b4830216)
This commit is contained in:
parent
0a44ba2a28
commit
cdd7ab895d
|
@ -1,3 +1,3 @@
|
|||
#/bin/sh -xe
|
||||
|
||||
$(dirname $0)/postgres-init-db zulip_test xxxxxxxxxxxx zulip_test zulip,public
|
||||
$(dirname $0)/../scripts/setup/postgres-init-db zulip_test $($(dirname $0)/get-django-setting LOCAL_DATABASE_PASSWORD) zulip_test zulip,public
|
||||
|
|
Loading…
Reference in New Issue