fix for webstats rebuild

This commit is contained in:
Serghey Rodin 2014-10-05 14:42:30 +03:00
commit dc3c33549f

View file

@ -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" \