From 6bc66a5589849567e0a1318cbec7f8e03ed9d3f2 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 23 Jul 2008 20:06:58 +0000 Subject: space fixes --- scripts/splash.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/splash.sh b/scripts/splash.sh index d9aa066..e8ef1f3 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -209,14 +209,14 @@ if [ "$progress" == 1 -o "$1" == "start" -o "$1" == "suspend" ]; then fi if test "$_shutdown" == "yes"; then - gprintf "Shutting down the system..." - [[ -f /etc/bootsplash/themes/$theme/config/bootsplash-$res.cfg ]] && bootsplash_run -s -u 0 /etc/bootsplash/themes/$theme/config/bootsplash-$res.cfg - bootsplash_write "silent" - chvt 1 + gprintf "Shutting down the system..." + [[ -f /etc/bootsplash/themes/$theme/config/bootsplash-$res.cfg ]] && bootsplash_run -s -u 0 /etc/bootsplash/themes/$theme/config/bootsplash-$res.cfg + bootsplash_write "silent" + chvt 1 elif [ "$1" == "suspend" ]; then - gprintf "Suspending the system..." - [[ -f /etc/bootsplash/themes/$theme/config/hibernate-$res.cfg ]] && bootsplash_run -s -u 0 /etc/bootsplash/themes/$theme/config/hibernate-$res.cfg - bootsplash_write "silent" + gprintf "Suspending the system..." + [[ -f /etc/bootsplash/themes/$theme/config/hibernate-$res.cfg ]] && bootsplash_run -s -u 0 /etc/bootsplash/themes/$theme/config/hibernate-$res.cfg + bootsplash_write "silent" chvt 1 else if [ "$font" != "default" -a "$progress" != "1" -a -d /usr/share/bootsplash -a "$_silent" == "yes" ]; then @@ -225,7 +225,7 @@ if [ "$progress" == 1 -o "$1" == "start" -o "$1" == "suspend" ]; then update_progress fi fi - gprintf "Booting the system..." + gprintf "Booting the system..." fi _boot=$TEXT if [ "$text_x" != "" -a "$text_y" != "" \ -- cgit v1.2.1