mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
chore: add bes tongweb boot info
This commit is contained in:
@@ -44,7 +44,7 @@ public class ServerProbe {
|
||||
if (System.getProperty("com.apusic.home") != null) {
|
||||
return ret = "Apusic";
|
||||
}
|
||||
if (System.getProperty("bes.home") != null
|
||||
if ((System.getProperty("bes.home") != null || System.getProperty("bes.base") != null)
|
||||
&& classNames.contains("com.bes.enterprise.web.util.threads.WorkQueue")) {
|
||||
return ret = "BES";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user