From 0499ea96bf0ec13a0c07a416a879dbb9e6f79c82 Mon Sep 17 00:00:00 2001 From: Gregory Duchatelet Date: Thu, 16 Nov 2023 11:49:48 +0100 Subject: [PATCH] Fix Debian mirror use, bug introduced by latest commits Signed-off-by: Gregory Duchatelet --- templates/lxc-debian.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 9877ddb..c5b1675 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -786,7 +786,7 @@ if [ "$arch" = "x86_64" ]; then fi -release_file=${DEBIAN_MIRROR}/dists/${release}/main/binary-${arch}/Release +release_file=${MIRROR}/dists/${release}/main/binary-${arch}/Release if ! wget -q -O /dev/null "${release_file}"; then if [ "${release}" = unstable ] || [ "${release}" = sid ]; then echo "${arch}/${release} not available on mirror, trying debian ports"