From f4d786084312359ce671511c5825dfbbb5014bcc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Mar 2019 10:12:23 -0600 Subject: [PATCH] Update test.sh --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 3fa6e4d..6dcdc7d 100755 --- a/test.sh +++ b/test.sh @@ -22,4 +22,4 @@ fi nip=10.5.10.666 rm -f /etc/haproxy.cfg -sed -e "s;%NIP%;${nip};g" ${FOLDER}/templates/haproxy.config > /etc/haproxy.cfg +#sed -e "s;%NIP%;${nip};g" ${FOLDER}/templates/haproxy.config > /etc/haproxy.cfg