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

@ -452,7 +452,8 @@ quit_() { #? Clean exit
if [[ $config_file != "/dev/null" ]]; then
save_config "${save_array[@]}"
fi
clear
exit 0
}