diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 5b2847a..9a6c39e 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -817,7 +817,7 @@ if ! wget -q -O /dev/null "${release_file}"; then fi packages="debian-ports-archive-keyring,${packages}" else - echo "Error: ${arch}/${release} not available on mirror ${DEBIAN_MIRROR}" + echo "Error: ${arch}/${release} not available on mirror ${MIRROR}" exit 1 fi fi