Skip to content

Commit 2b219a7

Browse files
author
Till Brehm
committed
Merge branch 'develop' into 'develop'
Uninstall: Remove dangling symlink for PureFTPd cert which would otherwise prevent re-installation Closes #6380 See merge request ispconfig/ispconfig3!1626
2 parents 251c17d + 86d9389 commit 2b219a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/uninstall.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
@exec('chattr -i /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter');
9999
@unlink("/var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter");
100100
@unlink("/var/www/php-fcgi-scripts/ispconfig");
101+
@unlink("/etc/ssl/private/pure-ftpd.pem");
101102

102103
echo "Backups in /var/backup/ and log files in /var/log/ispconfig are not deleted.";
103104
echo "Finished uninstalling.\n";

0 commit comments

Comments
 (0)