Skip to content

Commit fa4f34f

Browse files
author
Till Brehm
committed
Fixed: FS#2967 - a few files left after uninstalling
1 parent 310f4c2 commit fa4f34f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

install/uninstall.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,15 @@
7575
// Delete the ispconfig files
7676
exec('rm -rf /usr/local/ispconfig');
7777

78+
// Delete various other files
79+
@unlink("/usr/local/bin/ispconfig_update.sh");
80+
@unlink("/usr/local/bin/ispconfig_update_from_svn.sh");
81+
@unlink("/var/spool/mail/ispconfig");
82+
@unlink("/var/www/ispconfig");
83+
@unlink("/var/www/php-fcgi-scripts/ispconfig");
84+
@unlink("/var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter");
85+
86+
echo "Backups in /var/backup/ and log files in /var/log/ispconfig are not deleted.";
7887
echo "Please do not forget to delete the ispconfig user in the mysql.user table.\n\n";
7988

8089
echo "Finished.\n";

0 commit comments

Comments
 (0)