mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-12 12:02:05 +02:00
fix detection of scm-server servlet container
This commit is contained in:
@@ -215,7 +215,7 @@ public class ServletContainerDetector
|
||||
*/
|
||||
public boolean isScmServer()
|
||||
{
|
||||
return "scm-server".equals(System.getProperty("app-name"));
|
||||
return "scm-server".equals(System.getProperty("app.name"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user