]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix error message. 4382/head
authorPeter Michaux <petermichaux@gmail.com>
Sat, 6 Jan 2024 18:08:06 +0000 (10:08 -0800)
committerPeter Michaux <petermichaux@gmail.com>
Tue, 9 Jan 2024 03:56:08 +0000 (19:56 -0800)
Signed-off-by: Peter Michaux <petermichaux@gmail.com>
templates/lxc-download.in

index c737555ebdfa2fe2c1adc08f5be84ec1be38e844..c6d741c6f74af2f91bacf754c8b1d1155ba6850f 100755 (executable)
@@ -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