diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-07-23 20:06:58 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-07-23 20:06:58 +0000 |
commit | 6bc66a5589849567e0a1318cbec7f8e03ed9d3f2 (patch) | |
tree | 61a06eacde16e8f091d6cb9d95514cdacde29ac5 | |
parent | 7878593eea3c2a8fa08d419af6742954306b2b0b (diff) | |
download | bootsplash-6bc66a5589849567e0a1318cbec7f8e03ed9d3f2.tar bootsplash-6bc66a5589849567e0a1318cbec7f8e03ed9d3f2.tar.gz bootsplash-6bc66a5589849567e0a1318cbec7f8e03ed9d3f2.tar.bz2 bootsplash-6bc66a5589849567e0a1318cbec7f8e03ed9d3f2.tar.xz bootsplash-6bc66a5589849567e0a1318cbec7f8e03ed9d3f2.zip |
space fixes
-rw-r--r-- | scripts/splash.sh | 16 |
1 files 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" != "" \ |