Rename generate_voyager_secrets.py => generate_secrets.py.

(imported from commit c2f370c3b241601b4f6883d3953ceec1efda71be)
This commit is contained in:
Tim Abbott
2015-08-21 09:18:18 -07:00
parent e3f38acbce
commit d281fc75fd
3 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ def main():
# Management commands expect to be run from the root of the project.
os.chdir(ZULIP_PATH)
os.system("generate_voyager_secrets.py -d")
os.system("generate_secrets.py -d")
sh.configure_rabbitmq(**LOUD)
sh.postgres_init_db(**LOUD)
sh.do_destroy_rebuild_database(**LOUD)

View File

@@ -24,7 +24,7 @@ if [ -e "/etc/init.d/nginx" ]; then
service nginx restart
fi
/root/zulip/scripts/setup/generate_voyager_secrets.py
/root/zulip/scripts/setup/generate_secrets.py
mv /root/zulip/zproject/local_settings_template.py /etc/zulip/settings.py
ln -nsf /etc/zulip/settings.py /root/zulip/zproject/local_settings.py