mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	upgrade: Remove an extraneous sudo prefix.
				
					
				
			Because scripts/upgrade-zulip-from-git must be run from root anyway.
This commit is contained in:
		@@ -63,7 +63,7 @@ try:
 | 
			
		||||
 | 
			
		||||
    subprocess.check_call(["ln", '-nsf', deploy_path, os.path.join(DEPLOYMENTS_DIR, "next")])
 | 
			
		||||
 | 
			
		||||
    subprocess.check_call(["sudo", os.path.join(deploy_path, "scripts", "lib", "upgrade-zulip-stage-2"),
 | 
			
		||||
    subprocess.check_call([os.path.join(deploy_path, "scripts", "lib", "upgrade-zulip-stage-2"),
 | 
			
		||||
                           deploy_path, "--from-git"] + deploy_options)
 | 
			
		||||
finally:
 | 
			
		||||
    release_deployment_lock()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user