mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
log cleanup after domain remove
This commit is contained in:
parent
2221da9185
commit
543cf99d61
1 changed files with 5 additions and 0 deletions
|
@ -87,6 +87,11 @@ fi
|
|||
# Deleting directory
|
||||
rm -rf $V_HOME/$user/domains/$domain
|
||||
|
||||
# Deleting logs
|
||||
rm -rf /var/log/httpd/domains/$domain.log*
|
||||
rm -rf /var/log/httpd/domains/$domain.bytes
|
||||
rm -rf /var/log/httpd/domains/$domain.error*
|
||||
|
||||
|
||||
#----------------------------------------------------------#
|
||||
# Vesta #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue