remove matching letsencrypt folder when deleting an account
This commit is contained in:
parent
b339ca0fb9
commit
5cd4cff029
1 changed files with 5 additions and 0 deletions
|
@ -765,6 +765,11 @@ op_del() {
|
|||
sed -i.bak "/-config=$login/d" /etc/cron.d/awstats
|
||||
nginx -t
|
||||
fi
|
||||
|
||||
if [ -d /etc/letsencrypt/"$login" ]; then
|
||||
rm -r /etc/letsencrypt/"$login"
|
||||
fi
|
||||
|
||||
set +x
|
||||
|
||||
if [ -n "$dbname" ]; then
|
||||
|
|
Loading…
Reference in a new issue