From dc3c33549f5e6ee6c69f0b591c1efb9cc3ea48c8 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sun, 5 Oct 2014 14:42:30 +0300 Subject: [PATCH] fix for webstats rebuild --- func/rebuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/func/rebuild.sh b/func/rebuild.sh index 1c8c4f06..48032081 100644 --- a/func/rebuild.sh +++ b/func/rebuild.sh @@ -217,6 +217,7 @@ rebuild_web_domain_conf() { if [ ! -z "$STATS" ]; then cat $WEBTPL/$STATS/$STATS.tpl |\ sed -e "s|%ip%|$ip|g" \ + -e "s|%web_system%|$WEB_SYSTEM|g" \ -e "s|%web_port%|$WEB_PORT|g" \ -e "s|%web_ssl_port%|$WEB_SSL_PORT|g" \ -e "s|%proxy_port%|$PROXY_PORT|g" \