Skip to content

Commit

Permalink
with cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsonLazarin committed Jul 5, 2024
1 parent af97d9b commit b988469
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion usr/share/lxc/templates/lxc-chonos-cloud
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b988469

Please sign in to comment.