This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
evoadmin-web
Watch
15
Star
0
Fork
0
Code
Issues
30
Pull Requests
5
Releases
0
Wiki
Activity
Browse Source
remove matching letsencrypt folder when deleting an account
pull/63/head
Nicolas Roman
1 year ago
parent
b339ca0fb9
commit
5cd4cff029
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
scripts/web-add.sh
+ 5
- 0
scripts/web-add.sh
View File
@ -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
Write
Preview
Loading…
Cancel
Save