mirror of
https://github.com/zulip/zulip.git
synced 2025-11-22 07:21:23 +00:00
Move bin/get-django-setting to scripts/.
This commit is contained in:
@@ -22,7 +22,7 @@ VAGRANTUSERNAME=$(whoami)
|
||||
|
||||
if [[ $# == 0 ]]; then
|
||||
USERNAME=zulip
|
||||
PASSWORD=$("$(dirname "$0")/../bin/get-django-setting" LOCAL_DATABASE_PASSWORD)
|
||||
PASSWORD=$("$(dirname "$0")/../scripts/get-django-setting" LOCAL_DATABASE_PASSWORD)
|
||||
DBNAME=zulip
|
||||
SEARCH_PATH="$USERNAME",public
|
||||
elif [[ $# == 4 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user