From 41f6bf6a56b918bf1d1f5732b194b29ab530d02e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 22 Jan 2014 10:34:30 +0100 Subject: [PATCH] oops --- lbuild-initvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbuild-initvm.sh b/lbuild-initvm.sh index e5fef49d..c64a5a65 100755 --- a/lbuild-initvm.sh +++ b/lbuild-initvm.sh @@ -249,7 +249,7 @@ function fedora_install() { fedora_download || { echo "Failed to download 'fedora base'"; return 1; } else echo "Updating cache $cache/rootfs ..." - if ! yum --installroot $cache/rootfs -y --nogpgcheck update + if ! yum --installroot $cache/rootfs -y --nogpgcheck update ; then echo "Failed to update 'fedora base', continuing with last known good cache" else echo "Update finished" -- 2.43.0