From 015005cf05462b6aeb39fbc27432031dc15f5728 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 11 Nov 2008 15:58:02 -0500 Subject: Don't expose the error from plymouth-not-running to the user. --- event.d/quit-plymouth | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'event.d') diff --git a/event.d/quit-plymouth b/event.d/quit-plymouth index ba392b1e..7f12c230 100644 --- a/event.d/quit-plymouth +++ b/event.d/quit-plymouth @@ -9,4 +9,6 @@ start on stopping rc2 start on stopping rc3 start on stopping rc4 -exec /usr/bin/plymouth quit +script + /usr/bin/plymouth quit || : +end script -- cgit v1.2.1