mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
Disable sync_api_key if no zuliprc
(imported from commit f9e7f924c00230137ca45c204158b709cd311ebb)
This commit is contained in:
@@ -10,4 +10,8 @@ python manage.py migrate
|
||||
python manage.py createcachetable third_party_api_results
|
||||
python manage.py populate_db -n100 --threads=1
|
||||
# Ensure that the local user's API key is synced from ~/.zuliprc
|
||||
python manage.py sync_api_key
|
||||
|
||||
if [ -e ~/.zuliprc ]; then
|
||||
python manage.py sync_api_key
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user