From 82e5679e0c674ddec8b8deddcdbd375ae3088845 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Wed, 21 Feb 2024 19:44:16 +0100 Subject: [PATCH] init: remove timer Signed-off-by: AuxXxilium --- files/initrd/opt/arc/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/arc/init.sh b/files/initrd/opt/arc/init.sh index e9dbfd91..341766c4 100755 --- a/files/initrd/opt/arc/init.sh +++ b/files/initrd/opt/arc/init.sh @@ -133,7 +133,7 @@ if grep -q "force_arc" /proc/cmdline; then echo -e "\033[1;34mUser requested edit settings.\033[0m" elif [ "${BUILDDONE}" = "true" ]; then echo -e "\033[1;34mLoader is configured!\033[0m" - boot.sh && sleep 2 && exit 0 + boot.sh && exit 0 else echo -e "\033[1;34mUser requested edit settings.\033[0m" fi