From 8179a63bd9a3f43371b53bc0ecbb09b7d7edb96d Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 3 Aug 2023 08:13:25 +0200 Subject: [PATCH] remove exit 1 --- usr/lib/archboot/update/manage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/update/manage.sh b/usr/lib/archboot/update/manage.sh index cbbe2bd20..7fd9df995 100644 --- a/usr/lib/archboot/update/manage.sh +++ b/usr/lib/archboot/update/manage.sh @@ -178,7 +178,7 @@ _new_environment() { _clean_archboot _clean_kernel_cache _COUNT=10 - while _create_container || exit 1; do + while _create_container; do if [[ "$((_COUNT))" -gt 10 ]]; then _progress "$((_COUNT))" "Generating container in ${_W_DIR}..." fi