remove .km on abort

This commit is contained in:
Tobias Powalowski 2023-03-07 18:13:24 +01:00
parent 2d2104dc9e
commit b521d8ecb2

View file

@ -17,6 +17,7 @@ _dialog() {
_abort()
{
_dialog --yesno "Abort Console Font And Keymap Setting?" 6 42 || return 0
[[ -e /tmp/.km ]] && rm -f /tmp/.km
[[ -e /tmp/.km-running ]] && rm /tmp/.km-running
clear
exit 1