]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
initqueue: exit with 0
authorHarald Hoyer <harald@redhat.com>
Thu, 11 Aug 2011 08:47:10 +0000 (10:47 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 11 Aug 2011 08:49:09 +0000 (10:49 +0200)
modules.d/99base/initqueue

index 4cc1faf452abd148af7128e18c0917c43e067a7b..a1cd1d6cef51927a17e8fc605a1d5bc4a4d7a346 100755 (executable)
@@ -52,4 +52,4 @@ fi
 
 mv -f "/tmp/$$-${job}.sh" "$hookdir/initqueue${qname}/${job}.sh"
 [ -z "$qname" ] && >> $hookdir/initqueue/work
-
+exit 0