]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(watchdog): replace return with echo
authorPeter Levine <plevine457@gmail.com>
Tue, 2 Feb 2021 03:17:06 +0000 (22:17 -0500)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Wed, 3 Feb 2021 12:23:57 +0000 (12:23 +0000)
modules.d/04watchdog/module-setup.sh

index 15bcd8972ba164a81726304f66ea074591444ddc..fdc6298683959655fee88eb0688176c2da5e9337 100755 (executable)
@@ -7,7 +7,8 @@ check() {
 
 # called by dracut
 depends() {
-    return "watchdog-modules"
+    echo watchdog-modules
+    return 0
 }
 
 # called by dracut