Browse Source

fix for webstats rebuild

Serghey Rodin 11 năm trước cách đây
mục cha
commit
dc3c33549f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      func/rebuild.sh

+ 1 - 0
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" \