summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/core/libs/lib-flowcontrol.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/libs/lib-flowcontrol.sh b/src/core/libs/lib-flowcontrol.sh
index 14bbea4..64e7f2b 100755
--- a/src/core/libs/lib-flowcontrol.sh
+++ b/src/core/libs/lib-flowcontrol.sh
@@ -211,5 +211,6 @@ stop_installer ()
{
log "-------------- STOPPING INSTALLATION ----------"
cleanup_runtime
+ [ "$var_UI_TYPE" = dia ] && clear
exit $1
}