%PDF- %PDF-
| Direktori : /usr/share/l.v.e-manager/utils/ |
| Current File : //usr/share/l.v.e-manager/utils/delete-isp-plugin.sh |
#!/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
fi