|
|
@@ -430,7 +430,7 @@ public class Main {
|
|
|
stopAll();
|
|
|
stopAllThreads();
|
|
|
String osName = System.getProperty("os.name");
|
|
|
- System.out.println("当前操作系统是:"+osName);
|
|
|
+ //System.out.println("当前操作系统是:"+osName);
|
|
|
File file = new File(Config.base(), "start_linux.sh");
|
|
|
if (osName.toLowerCase().startsWith("mac")){
|
|
|
file = new File(Config.base(), "start_macos.sh");
|