From 275a8226a52e6c25130746b8a6f427a7a5083984 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Wed, 19 Feb 2014 21:56:37 +0200 Subject: [PATCH] syntax 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 88be0c2f..09292445 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 "s/.*\/$user\/.*$PROXY_SYSTEM.conf/d" $proxy_conf + sed -i "/.*\/$user\/.*$PROXY_SYSTEM.conf/d" $proxy_conf rm -f $HOMEDIR/$user/conf/web/s$PROXY_SYSTEM.conf fi fi