Pages

Wednesday, March 27, 2013

How to remove Account DNS Check

An uninstall script is included with the installation, you just run the self exacting installer with the command --noexec and then runt ./script/uninstall as follows:

#wget http://www.ndchost.com/cpanel-whm/plugins/accountdnscheck/download.php
# sh latest-accountdnscheck --noexec
# cd installd-accountdnscheck/scripts/
# sh uninstall

or run

/bin/rm -vrf /var/cpanel/accountdnscheck
/bin/rm -vrf /usr/local/cpanel/whostmgr/docroot/accountdnscheck
/bin/rm -vf /usr/local/cpanel/whostmgr/docroot/cgi/addon_acountdnscheck.cgi

No comments:

Post a Comment