simplify km

This commit is contained in:
Tobias Powalowski 2023-03-08 22:44:22 +01:00
parent 28f5a7ba72
commit ec72a69946

View file

@ -67,7 +67,7 @@ if ! _set_vconsole; then
exit 1 exit 1
fi fi
[[ -e /tmp/.km-running ]] && rm /tmp/.km-running [[ -e /tmp/.km-running ]] && rm /tmp/.km-running
clear
_do_vconsole _do_vconsole
clear
exit 0 exit 0
# vim: set ts=4 sw=4 et: # vim: set ts=4 sw=4 et: