Browse Source

增加restart命令2

o2sword 5 years ago
parent
commit
705c0f1504
1 changed files with 1 additions and 1 deletions
  1. 1 1
      o2server/x_console/src/main/java/com/x/server/console/Main.java

+ 1 - 1
o2server/x_console/src/main/java/com/x/server/console/Main.java

@@ -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");