From a229b17434e86c0f22f32f42e64a585f4090a93f Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 12 Apr 2013 15:25:44 +0200 Subject: [PATCH] plymouth/plymouth-pretrigger.sh: fixup of ca2c6936 --- modules.d/50plymouth/plymouth-pretrigger.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/50plymouth/plymouth-pretrigger.sh b/modules.d/50plymouth/plymouth-pretrigger.sh index 8087bf6..196f2f9 100755 --- a/modules.d/50plymouth/plymouth-pretrigger.sh +++ b/modules.d/50plymouth/plymouth-pretrigger.sh @@ -2,7 +2,7 @@ # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- # ex: ts=8 sw=4 sts=4 et filetype=sh -if type plymouthd >/dev/null 2>&1 && [-z "$DRACUT_SYSTEMD" ]; then +if type plymouthd >/dev/null 2>&1 && [ -z "$DRACUT_SYSTEMD" ]; then if getargbool 1 plymouth.enable && getargbool 1 rd.plymouth -d -n rd_NO_PLYMOUTH; then # first trigger graphics subsystem udevadm trigger --action=add --attr-match=class=0x030000 >/dev/null 2>&1