From 6f3084a8cfb97d274c417e2b0bb4ee847a4e31d9 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 10:24:15 +0200 Subject: [PATCH] Test old Regex Boundaries Format --- .dev-tools/beta-install-nginx-testing-of-changes.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dev-tools/beta-install-nginx-testing-of-changes.sh b/.dev-tools/beta-install-nginx-testing-of-changes.sh index 412f742b4..1287b9344 100755 --- a/.dev-tools/beta-install-nginx-testing-of-changes.sh +++ b/.dev-tools/beta-install-nginx-testing-of-changes.sh @@ -114,7 +114,8 @@ echo "${bold}${yellow}---------------------------------------------------" echo "${bold}${yellow}Copy Test Unit of globalblacklist.conf file to test" echo "${bold}${yellow}---------------------------------------------------" printf "\n" -sudo cp ${TRAVIS_BUILD_DIR}/conf.d/globalblacklist-testing-version.conf /etc/nginx/conf.d/globalblacklist.conf +#sudo cp ${TRAVIS_BUILD_DIR}/conf.d/globalblacklist-testing-version.conf /etc/nginx/conf.d/globalblacklist.conf +sudo cp ${TRAVIS_BUILD_DIR}/conf.d/globalblacklist-testing-version-oldregexboundaries.conf /etc/nginx/conf.d/globalblacklist.conf } # -------------