diff --git a/scripts/upgrade-zulip-from-git b/scripts/upgrade-zulip-from-git index 2a397cf3e4..b94ce842cf 100755 --- a/scripts/upgrade-zulip-from-git +++ b/scripts/upgrade-zulip-from-git @@ -64,11 +64,6 @@ try: subprocess.check_call(["ln", "-nsf", "/etc/zulip/settings.py", os.path.join(deploy_path, "zproject/prod_settings.py")]) - # Hack to deploy images not included in open source project - if os.path.exists("/etc/zulip/zulip-dropbox.png"): - subprocess.check_call(["cp", "-a", "/etc/zulip/zulip-dropbox.png", - os.path.join(deploy_path, "static/images/logo")]) - subprocess.check_call(["sudo", os.path.join(deploy_path, "scripts", "lib", "upgrade-zulip-stage-2"), deploy_path, "--from-git"] + deploy_options) finally: