aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/splash.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/splash.sh')
-rw-r--r--scripts/splash.sh16
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" != "" \