From 7526b84fe681e1f6a79420e4b9bdb1f85d36289a Mon Sep 17 00:00:00 2001 From: shenmo Date: Tue, 21 May 2024 15:13:50 +0000 Subject: [PATCH] =?UTF-8?q?update=20=E6=89=93=E5=8C=85=E7=94=A8=E4=BE=8B/p?= =?UTF-8?q?ostrm.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shenmo --- 打包用例/postrm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/打包用例/postrm b/打包用例/postrm index 045fb9e..2ae6d70 100644 --- a/打包用例/postrm +++ b/打包用例/postrm @@ -40,8 +40,8 @@ echo "W: 没有指定容器,跳过清理容器。请手动前往 ~/.deepinwine exit fi -if [ -e /opt/deepinwine/tools/spark_kill.sh ];then -/opt/deepinwine/tools/spark_kill.sh $BOTTLE_NAME +if [ -e /opt/apps/store.spark-app.spark-dwine-helper/files/deepinwine/tools/spark_kill.sh ];then +/opt/apps/store.spark-app.spark-dwine-helper/files/deepinwine/tools/spark_kill.sh $BOTTLE_NAME ###这里注意,如果没写BOTTLE_NAME,会把QQ杀了 fi