check for and remove cgi-wrap dir
This commit is contained in:
parent
6046476e79
commit
1486e9efd4
@ -83,6 +83,11 @@ if [[ -d /srv/www/$domain ]]; then
|
||||
rm -r /srv/www/$domain
|
||||
fi
|
||||
|
||||
# remove cgi-wrapper
|
||||
if [[ -d /usr/local/lib/cgi-wrap/$domain ]]
|
||||
rm -r /usr/local/lib/cgi-wrap/$domain
|
||||
fi
|
||||
|
||||
# remove webalizer stats
|
||||
if [[ -d /var/lib/webalizer/$domain ]]; then
|
||||
rm -r /var/lib/webalizer/$domain
|
||||
|
Loading…
x
Reference in New Issue
Block a user