From 26f5d54bc11a5f9a41cd931c96123b8f3ee45f3c Mon Sep 17 00:00:00 2001 From: dongge <771281703@qq.com> Date: Fri, 12 Sep 2025 10:45:21 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20cns/cns.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cns/cns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cns/cns.sh b/cns/cns.sh index 7e4a7b9..fd3aaa4 100644 --- a/cns/cns.sh +++ b/cns/cns.sh @@ -6,7 +6,7 @@ #Stop cns & delete cns files. Delete() { systemctl disable cns.service - rm -f /etc/init.d/cns /lib/systemd/system/cns.service + rm -f /etc/init.d/Acns /lib/systemd/system/cns.service if [ -f "${cns_install_dir:=/usr/local/cns}/cns.init" ]; then "$cns_install_dir"/cns.init stop rm -rf "$cns_install_dir"