From 134f62511f4ef618403b9e9122897a08c725f339 Mon Sep 17 00:00:00 2001 From: Brandon Kauffman Date: Fri, 18 Nov 2022 20:02:42 -0500 Subject: [PATCH] Compatibily with ne flag web.listen-address Signed-off-by: Brandon Kauffman --- installer/windows_exporter.wxs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/windows_exporter.wxs b/installer/windows_exporter.wxs index 446aadde..75101583 100644 --- a/installer/windows_exporter.wxs +++ b/installer/windows_exporter.wxs @@ -24,9 +24,9 @@ - LISTEN_ADDR AND LISTEN_PORT - LISTEN_ADDR AND (NOT LISTEN_PORT) - LISTEN_PORT AND (NOT LISTEN_ADDR) + LISTEN_ADDR AND LISTEN_PORT + LISTEN_ADDR AND (NOT LISTEN_PORT) + LISTEN_PORT AND (NOT LISTEN_ADDR) METRICS_PATH