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"