From c9f097dce008cbc9efda1deefc4309351b065acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 29 May 2024 15:36:27 +0200 Subject: [PATCH] Mirrormanager: fix path again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- .../mirrormanager/templates/update-mirrorlist-cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/mirrormanager/templates/update-mirrorlist-cache.sh b/roles/openshift-apps/mirrormanager/templates/update-mirrorlist-cache.sh index 48cb2000a6..d77c614c06 100644 --- a/roles/openshift-apps/mirrormanager/templates/update-mirrorlist-cache.sh +++ b/roles/openshift-apps/mirrormanager/templates/update-mirrorlist-cache.sh @@ -20,7 +20,7 @@ ${MM_ROOT}/bin/generate-mirrorlist-cache -o ${CACHEDIR}/mirrorlist_cache.proto {% if env == 'production' %} for server in ${MIRRORLIST_PROXY}; do rsync -az --delete-delay --delay-updates --delete \ - ${MM_ROOT}/mirrormanager2/utility/country_continent.csv \ + ${MM_ROOT}/src/utility/country_continent.csv \ ${CACHEDIR}/mirrorlist_cache.proto \ ${CACHEDIR}/*.txt \ # Netblocks ${server}:/srv/mirrorlist/data/mirrorlist1/ &