From: Peter Michaux Date: Sat, 6 Jan 2024 18:08:06 +0000 (-0800) Subject: Fix error message. X-Git-Tag: v6.0.0~29^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b40e66c1179b821f928d25965eb4d62034265f7;p=thirdparty%2Flxc.git Fix error message. Signed-off-by: Peter Michaux --- 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