deploy-zulip-from-git: Update next symlink.

This commit is contained in:
Tim Abbott 2016-08-04 16:49:33 -07:00
parent cf41629d80
commit 82ad32f058
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ try:
stdout=open('/dev/null', 'w'),
preexec_fn=su_to_zulip)
subprocess.check_call(["ln", '-nsf', deploy_path, os.path.join(DEPLOYMENTS_DIR, "next")])
os.chdir(deploy_path)
if ZULIP_COM: