From 6b40e66c1179b821f928d25965eb4d62034265f7 Mon Sep 17 00:00:00 2001 From: Peter Michaux Date: Sat, 6 Jan 2024 10:08:06 -0800 Subject: [PATCH] Fix error message. Signed-off-by: Peter Michaux --- templates/lxc-download.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-download.in b/templates/lxc-download.in index c737555eb..c6d741c6f 100755 --- a/templates/lxc-download.in +++ b/templates/lxc-download.in @@ -366,7 +366,7 @@ if [ "${DOWNLOAD_USE_CACHE}" = "false" ]; then mkdir -p "${LXC_CACHE_PATH}" mv "${DOWNLOAD_TEMP}/rootfs.tar.xz" "${LXC_CACHE_PATH}" if ! tar Jxf "${DOWNLOAD_TEMP}/meta.tar.xz" -C "${LXC_CACHE_PATH}"; then - echo "ERROR: Invalid rootfs tarball." 2>&1 + echo "ERROR: Invalid meta tarball." 2>&1 exit 1 fi -- 2.47.2