summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-11 17:20:43 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-11 17:20:43 +0200
commit0210ac40343817267e6db7eefe4737cdbb59da68 (patch)
tree41a40e76a2f435e8152208c336f3371fef07b9a2 /src
parent3b1be38c4f6b5e661b06cecdd187d10cdcc4982d (diff)
if ui was dia, then clear display just before shutdown
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
}