编辑文件 cns.sh

This commit is contained in:
cnb.dg2025-08
2025-09-14 08:40:57 +08:00
committed by cnb
parent 2c324c1329
commit e80218aeb5
+4 -1
View File
@@ -6,11 +6,14 @@
#Stop cns & delete cns files.
Delete() {
systemctl disable cns.service
rm -f /etc/init.d/Acns /lib/systemd/system/cns.service
chkconfig --del cns
/etc/init.d/Acns disable
if [ -f "${cns_install_dir:=/usr/local/cns}/cns.init" ]; then
"$cns_install_dir"/cns.init stop
rm -rf "$cns_install_dir"
fi
rm -f /etc/init.d/Acns /lib/systemd/system/cns.service /etc/rc.d/rc5.d/S99cns /etc/rc.d/S99cns /etc/rc5.d/S99cns
}
#Print error message and exit.