From 4a0a341c4eb10e09496d3cc1cdb2fc16e9160807 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 18 Apr 2025 19:58:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20rpm=E6=B3=A8=E9=87=8A=E6=8E=89=E5=8D=B8?= =?UTF-8?q?=E8=BD=BD=E8=84=9A=E6=9C=AC=E6=96=87=E4=BB=B6=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/rpm/SPECS/omc.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/rpm/SPECS/omc.spec b/pkg/rpm/SPECS/omc.spec index af424b5..cea21b2 100644 --- a/pkg/rpm/SPECS/omc.spec +++ b/pkg/rpm/SPECS/omc.spec @@ -103,13 +103,13 @@ case "$1" in systemctl daemon-reload systemctl disable omc.service systemctl disable sshsvc.service - rm -rf /lib/systemd/system/omc.service - rm -rf /lib/systemd/system/sshsvc.service + # rm -rf /lib/systemd/system/omc.service + # rm -rf /lib/systemd/system/sshsvc.service systemctl daemon-reload # 移除相关文件 - rm -rf /usr/local/bin/omc - rm -rf /usr/local/etc/omc + # rm -rf /usr/local/bin/omc + # rm -rf /usr/local/etc/omc ;; 1) # 更新操作