]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
plymouth/plymouth-pretrigger.sh: fixup of ca2c6936
authorHarald Hoyer <harald@redhat.com>
Fri, 12 Apr 2013 13:25:44 +0000 (15:25 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 12 Apr 2013 13:25:44 +0000 (15:25 +0200)
modules.d/50plymouth/plymouth-pretrigger.sh

index 8087bf631def144923118160f086c8932c97f5fd..196f2f965b6c7b6ae5225b230843166c81c6e3e9 100755 (executable)
@@ -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