Skip to content

Instantly share code, notes, and snippets.

@vdudouyt
Last active August 29, 2015 14:07
Show Gist options
  • Save vdudouyt/2c279a32f1bbe97d7750 to your computer and use it in GitHub Desktop.
Save vdudouyt/2c279a32f1bbe97d7750 to your computer and use it in GitHub Desktop.
#!/bin/bash
killall -9 tailwatchd
mkdir -p /root/cpanel-backup/
mv /var/cpanel/ /root/cpanel-backup/var-cpanel
mv /usr/local/cpanel/ /root/cpanel-backup/usr-local-cpanel
mv /usr/local/apache/ /root/cpanel-backup/usr-local-apache
rm /etc/httpd
echo|crontab -
sed -i '/exclude=/d' /etc/yum.conf
echo Done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment