mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-10-31 10:36:05 +01:00 
			
		
		
		
	(refs #204)Change the option name from --data to --gitbucket.home
This commit is contained in:
		| @@ -27,7 +27,7 @@ public class JettyLauncher { | ||||
|                         contextPath = dim[1]; | ||||
|                     } else if(dim[0].equals("--https") && (dim[1].equals("1") || dim[1].equals("true"))) { | ||||
|                         forceHttps = true; | ||||
|                     } else if(dim[0].equals("--data")){ | ||||
|                     } else if(dim[0].equals("--gitbucket.home")){ | ||||
|                         System.setProperty("gitbucket.home", dim[1]); | ||||
|                     } | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user