Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jens
ISPConfig 3
Commits
14769ef4
Commit
14769ef4
authored
Aug 25, 2022
by
Jens
Browse files
Uninstall: Remove dangling symlink for PureFTPd cert which would otherwise prevent re-installation
parent
51f507e0
Pipeline
#11904
passed with stage
in 6 minutes and 30 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
install/uninstall.php
View file @
14769ef4
...
...
@@ -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
"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment