add clear at clean exit function

pull/102/head
Markus Kepert 2020-05-05 14:06:54 +00:00
parent 911aadc86a
commit 2eb9c9780a
1 changed files with 2 additions and 1 deletions

View File

@ -453,6 +453,7 @@ quit_() { #? Clean exit
save_config "${save_array[@]}"
fi
clear
exit 0
}