Skip to content

Commit dc3c335

Browse files
committed
fix for webstats rebuild
1 parent dab033e commit dc3c335

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

func/rebuild.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ rebuild_web_domain_conf() {
217217
if [ ! -z "$STATS" ]; then
218218
cat $WEBTPL/$STATS/$STATS.tpl |\
219219
sed -e "s|%ip%|$ip|g" \
220+
-e "s|%web_system%|$WEB_SYSTEM|g" \
220221
-e "s|%web_port%|$WEB_PORT|g" \
221222
-e "s|%web_ssl_port%|$WEB_SSL_PORT|g" \
222223
-e "s|%proxy_port%|$PROXY_PORT|g" \

0 commit comments

Comments
 (0)