From d146b64d01cbf2522aa9f9117e8ad23b79ffd6a4 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 3 Aug 2023 11:21:48 +0200 Subject: [PATCH] adapt sleep times in function --- 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 447f5c075..09ea34237 100644 --- a/usr/lib/archboot/update/manage.sh +++ b/usr/lib/archboot/update/manage.sh @@ -217,7 +217,7 @@ _new_environment() { # write initramfs to "${_W_DIR}"/tmp touch "${_W_DIR}"/.archboot _collect_files & - _progress_wait "51" "78" "Collecting rootfs files in ${_W_DIR}..." "1" + _progress_wait "51" "84" "Collecting rootfs files in ${_W_DIR}..." "1" _progress "85" "Cleanup ${_W_DIR}..." find "${_W_DIR}"/. -mindepth 1 -maxdepth 1 ! -name 'tmp' -exec rm -rf {} \; _clean_kernel_cache