From 21f58387360df02e4251b3ea46a20a57a6246f90 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 1 Aug 2023 20:53:53 +0200 Subject: [PATCH] reduce to sleep 3 --- usr/bin/archboot-pacsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-pacsetup.sh b/usr/bin/archboot-pacsetup.sh index 4f38e67f8..5282a0eef 100755 --- a/usr/bin/archboot-pacsetup.sh +++ b/usr/bin/archboot-pacsetup.sh @@ -156,7 +156,7 @@ EOF break else _dialog --title " ERROR " --no-mouse --infobox "Please reconfigure pacman." 3 40 - sleep 5 + sleep 3 fi done if [[ ! -e "/var/cache/pacman/pkg/archboot.db" ]]; then