mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-13 08:28:21 +00:00
Fix whitespace
This commit is contained in:
@@ -231,7 +231,8 @@ function remove_vhost() {
|
||||
if [ -f "/etc/nginx/sites-enabled/${1}.conf" ]; then
|
||||
run unlink "/etc/nginx/sites-enabled/${1}.conf"
|
||||
fi
|
||||
run rm -f "/etc/nginx/sites-available/${1}.conf"
|
||||
|
||||
run rm -f "/etc/nginx/sites-available/${1}.*"
|
||||
|
||||
success "Virtual host configuration file removed."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user