mirror of
https://github.com/lxc/lxc-templates.git
synced 2026-09-19 06:31:31 +00:00
lxc-debian: Fix a misleading error message
The wget command above uses the variable `MIRROR` and not `DEBIAN_MIRROR`... Signed-off-by: Arnaud Rebillout <arnaudr@debian.org>
This commit is contained in:
committed by
Arnaud Rebillout
parent
e21dc0318b
commit
48b89d884c
@@ -817,7 +817,7 @@ if ! wget -q -O /dev/null "${release_file}"; then
|
|||||||
fi
|
fi
|
||||||
packages="debian-ports-archive-keyring,${packages}"
|
packages="debian-ports-archive-keyring,${packages}"
|
||||||
else
|
else
|
||||||
echo "Error: ${arch}/${release} not available on mirror ${DEBIAN_MIRROR}"
|
echo "Error: ${arch}/${release} not available on mirror ${MIRROR}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user