Gitlab Community Edition Instance

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

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
parents 251c17d1 86d9389b
No related merge requests found
......@@ -98,6 +98,7 @@ if($do_uninstall == 'yes') {
@exec('chattr -i /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter');
@unlink("/var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter");
@unlink("/var/www/php-fcgi-scripts/ispconfig");
@unlink("/etc/ssl/private/pure-ftpd.pem");
echo "Backups in /var/backup/ and log files in /var/log/ispconfig are not deleted.";
echo "Finished uninstalling.\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment