From 19ea300575c00132cf576ae0f8ef99f0c78f20d1 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 15 Aug 2011 16:23:38 -0400 Subject: plymouth lives in /bin. (#702814) --- systemd/fedora-autorelabel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd/fedora-autorelabel') diff --git a/systemd/fedora-autorelabel b/systemd/fedora-autorelabel index dad7a91f..70ece423 100755 --- a/systemd/fedora-autorelabel +++ b/systemd/fedora-autorelabel @@ -11,7 +11,7 @@ relabel_selinux() { AUTORELABEL= . /etc/selinux/config echo "0" > /selinux/enforce - [ -x /usr/bin/plymouth ] && plymouth --hide-splash + [ -x /bin/plymouth ] && plymouth --hide-splash if [ "$AUTORELABEL" = "0" ]; then echo -- cgit v1.2.1