diff --git a/func/rebuild.sh b/func/rebuild.sh index 1c8c4f061..480320816 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" \