Edit file File name : delete-isp-plugin.sh Content :#!/bin/bash # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2019 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT if [ -e /etc/init.d/cl-ispsystems ]; then /sbin/chkconfig --del cl-ispsystems rm -f /etc/init.d/cl-ispsystems fiSave