From 24fd351b8594b3111ee652329f50cff44ca47e60 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Tue, 8 Apr 2014 02:31:49 +0300 Subject: [PATCH] fixed nginx config inlcusion error on rebuild --- bin/v-rebuild-web-domains | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-rebuild-web-domains b/bin/v-rebuild-web-domains index b530eea6d..8f4d4f43c 100755 --- a/bin/v-rebuild-web-domains +++ b/bin/v-rebuild-web-domains @@ -129,7 +129,7 @@ else fi else conf="$HOMEDIR/$user/conf/web/s$PROXY_SYSTEM.conf" - sed -i "/.*\/$user\/.*$PROXY_SYSTEM.conf/d" $proxy_conf + sed -i "/.*\/$user\/.*s$PROXY_SYSTEM.conf/d" $proxy_conf rm -f $HOMEDIR/$user/conf/web/s$PROXY_SYSTEM.conf fi fi