]> git.ipfire.org Git - thirdparty/plymouth.git/commit
Fix checks for existence of vars set by fc-match
authorAdam Williamson <awilliam@redhat.com>
Mon, 25 Dec 2023 22:48:27 +0000 (14:48 -0800)
committerAdam Williamson <awilliam@redhat.com>
Mon, 25 Dec 2023 22:52:54 +0000 (14:52 -0800)
commit2fe900a4f3308e31f94efa286898fb511d2d46db
tree514afad39cdbb18df06c8c7806d49b6da507633a
parentac6c34b9f54c648cd01008a1460cb25d5b05bd8c
Fix checks for existence of vars set by fc-match

The first line here checked for the wrong variable and is a dupe
from two lines earlier anyway, and the second line isn't guarded
at all, which seems to cause the weird failure we've been seeing
in openQA testing.

Also add a couple more existence checks for the same variables
later.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
scripts/plymouth-populate-initrd.in