From ec72a699463a4f32304ce74469874f88b17b3ccd Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 8 Mar 2023 22:44:22 +0100 Subject: [PATCH] simplify km --- usr/bin/archboot-km.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-km.sh b/usr/bin/archboot-km.sh index ed4ded5f2..60c8702fe 100755 --- a/usr/bin/archboot-km.sh +++ b/usr/bin/archboot-km.sh @@ -67,7 +67,7 @@ if ! _set_vconsole; then exit 1 fi [[ -e /tmp/.km-running ]] && rm /tmp/.km-running -clear _do_vconsole +clear exit 0 # vim: set ts=4 sw=4 et: