aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/splash.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/splash.sh')
-rw-r--r--scripts/splash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh
index ef8e5a1..0b34856 100644
--- a/scripts/splash.sh
+++ b/scripts/splash.sh
@@ -60,7 +60,7 @@ splashy_exit() {
if [ "$splash_mode" = "splashy" ]; then
splashy_is_running && /sbin/splashy_update exit 2>/dev/null
clear >/dev/tty8
- [ "$runlevel" != "5" ] && chvt 1
+ [ "$runlevel" != "5" ] && [ "x$SPEEDBOOT" != "xyes" ] && chvt 1
fi
}