From: Harald Hoyer Date: Mon, 9 Mar 2009 12:11:38 +0000 (+0100) Subject: removed exit 1 from debug X-Git-Tag: 0.1~285 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04726f4169c8c838585ad3aa252d525aba53c086;p=thirdparty%2Fdracut.git removed exit 1 from debug --- diff --git a/modules.d/50plymouth/check b/modules.d/50plymouth/check index 06dc49273..a224b7347 100755 --- a/modules.d/50plymouth/check +++ b/modules.d/50plymouth/check @@ -1,3 +1,2 @@ #!/bin/bash -exit 1 [[ -x /sbin/plymouthd && -x /bin/plymouth ]]