View | Details | Raw Unified | Return to bug 21107
Collapse All | Expand All

(-)/sbin/splash.sh (-2 / +3 lines)
Lines 93-100 Link Here
93
if [ "$splash_progress" == 1 -o "$1" == "start" ]; then
93
if [ "$splash_progress" == 1 -o "$1" == "start" ]; then
94
    if test "$_shutdown" == "yes"; then 
94
    if test "$_shutdown" == "yes"; then 
95
        [ -f $splash_theme_file ] && splash_trigger "rlchange 0"
95
        [ -f $splash_theme_file ] && splash_trigger "rlchange 0"
96
        chvt 1
96
        timeout 1 chvt 1
97
    else 
97
	[ $? == 124 ]&&(chvt 1)&
98
else 
98
	if [ "$_silent" == "yes" ]; then
99
	if [ "$_silent" == "yes" ]; then
99
	    if [ -f $splash_theme_file ]; then
100
	    if [ -f $splash_theme_file ]; then
100
		if [ "$progress_enable" == "1" ]; then
101
		if [ "$progress_enable" == "1" ]; then

Return to bug 21107