From 3fbd3014c75274b775701efbbd68d7362cd5541b Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 8 Dec 2017 13:50:51 +0200 Subject: [PATCH] fix for new domain deletetion --- func/domain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func/domain.sh b/func/domain.sh index 2774b230..79232817 100644 --- a/func/domain.sh +++ b/func/domain.sh @@ -277,7 +277,7 @@ del_web_config() { fi if [ -e "$conf" ]; then - sed -i "|$conf|d" /etc/$1/conf.d/vesta.conf + sed -i "\|$conf|d" /etc/$1/conf.d/vesta.conf rm -f $conf else # fallback to old style configs