From 5d6dd16ce5fada2b1cc32ab1b906834764e84681 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Tue, 4 Jun 2013 12:29:49 +0300 Subject: [PATCH] fixed typo --- 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 76705e5ab..d4e4ab0bc 100755 --- a/bin/v-rebuild-web-domains +++ b/bin/v-rebuild-web-domains @@ -64,7 +64,7 @@ if [ "$domain_counter" -lt 1 ]; then rm -f $HOMEDIR/$user/conf/web/* sed -i "/.*\/$user\/.*$WEB_SYSTEM.conf/d" $web_conf if [ -e "$proxy_conf" ]; then - sed -i "/.*\/$user\/.*$WEB_SYSTEM.conf/d" $proxy_conf + sed -i "/.*\/$user\/.*$PROXY_SYSTEM.conf/d" $proxy_conf fi else