From be075856c6100448a259a69550b3298f04ada8c0 Mon Sep 17 00:00:00 2001 From: gaozl Date: Tue, 13 Jan 2026 16:45:34 +0800 Subject: [PATCH] fix: ci --- .idea/compiler.xml | 2 +- .idea/misc.xml | 2 +- app/src/main/java/qianmu/container/util/RootCmdUtil.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 7d7ec2e..245a82c 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index a740c72..f102024 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,7 +5,7 @@ - + diff --git a/app/src/main/java/qianmu/container/util/RootCmdUtil.java b/app/src/main/java/qianmu/container/util/RootCmdUtil.java index 196473b..2571197 100644 --- a/app/src/main/java/qianmu/container/util/RootCmdUtil.java +++ b/app/src/main/java/qianmu/container/util/RootCmdUtil.java @@ -32,7 +32,7 @@ public final class RootCmdUtil { /** * 执行命令并且输出结果 */ - private static String execRootCmd(String cmd) { + public static String execRootCmd(String cmd) { String result = ""; DataOutputStream dos = null; DataInputStream dis = null;