diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/splash.sh | 2 |
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 } |