Skip to content
Snippets Groups Projects
Commit fa4f34f7 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed: FS#2967 - a few files left after uninstalling

parent 310f4c2a
No related branches found
No related tags found
No related merge requests found
...@@ -75,6 +75,15 @@ exec("/etc/init.d/mysql start"); ...@@ -75,6 +75,15 @@ exec("/etc/init.d/mysql start");
// Delete the ispconfig files // Delete the ispconfig files
exec('rm -rf /usr/local/ispconfig'); exec('rm -rf /usr/local/ispconfig');
// Delete various other files
@unlink("/usr/local/bin/ispconfig_update.sh");
@unlink("/usr/local/bin/ispconfig_update_from_svn.sh");
@unlink("/var/spool/mail/ispconfig");
@unlink("/var/www/ispconfig");
@unlink("/var/www/php-fcgi-scripts/ispconfig");
@unlink("/var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter");
echo "Backups in /var/backup/ and log files in /var/log/ispconfig are not deleted.";
echo "Please do not forget to delete the ispconfig user in the mysql.user table.\n\n"; echo "Please do not forget to delete the ispconfig user in the mysql.user table.\n\n";
echo "Finished.\n"; echo "Finished.\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment