aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/splash.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/splash.sh')
-rw-r--r--scripts/splash.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh
index cb269d4..b4dbe4f 100644
--- a/scripts/splash.sh
+++ b/scripts/splash.sh
@@ -253,7 +253,7 @@ if [ "$progress" == 1 -o "$1" == "start" -o "$1" == "suspend" -o -f /dev/.splash
chvt 1
elif [ "$splash_mode" = "splashy" -a ! -f /dev/.splashy_shutdown ]; then
/sbin/splashy_chvt 8
- /sbin/splashy shutdown
+ /sbin/splashy shutdown 2> /dev/null
pidof splashy > /dev/.splashy.pid
cat /dev/.splashy.pid >> /var/run/sendsigs.omit
touch /dev/.splashy_shutdown
@@ -266,7 +266,7 @@ if [ "$progress" == 1 -o "$1" == "start" -o "$1" == "suspend" -o -f /dev/.splash
chvt 1
elif [ "$splash_mode" = "splashy" -a ! -f /dev/.splashy_shutdown ]; then
/sbin/splashy_chvt 8
- /sbin/splashy shutdown
+ /sbin/splashy shutdown 2> /dev/null
pidof splashy > /dev/.splashy.pid
fi
else