mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
fix for webstats rebuild
This commit is contained in:
parent
dab033ed0b
commit
dc3c33549f
1 changed files with 1 additions and 0 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue