diff options
-rwxr-xr-x | bin/chroot-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 48215117..eff64ced 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -43,7 +43,7 @@ cleanup_all() { execute_ctmpfile() { chmod +x $CTMPFILE sudo chroot $CHROOT_TARGET $TMPFILE 2>&1 | tee $TMPLOG - RESULT=$(egrep "Failed to fetch.*Unable to connect to" $TMPLOG) + RESULT=$(egrep "Failed to fetch.*Unable to connect to" $TMPLOG || true) if [ ! -z "$RESULT" ] ; then echo echo "Trying to workaround temporarily failure fetching packages, trying again..." |