From b9884692f816ec8503b87e8a7e56dba923a84937 Mon Sep 17 00:00:00 2001 From: Nilson Lazarin Date: Fri, 5 Jul 2024 16:06:03 -0300 Subject: [PATCH] with cache --- usr/share/lxc/templates/lxc-chonos-cloud | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/share/lxc/templates/lxc-chonos-cloud b/usr/share/lxc/templates/lxc-chonos-cloud index a92d7e5..5308640 100755 --- a/usr/share/lxc/templates/lxc-chonos-cloud +++ b/usr/share/lxc/templates/lxc-chonos-cloud @@ -583,7 +583,6 @@ install_debian() echo "Checking cache download in $cache/rootfs-$release-$arch ... " if [ ! -e "$cache/rootfs-$release-$arch" ]; then download_debian "$cache" "$arch" "$release" "$interpreter" "$interpreter_path" - echo $cache if [ $? -ne 0 ]; then echo "Failed to download 'debian base'" return 1