From: Peter Levine Date: Tue, 2 Feb 2021 03:17:06 +0000 (-0500) Subject: fix(watchdog): replace return with echo X-Git-Tag: 052~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c35cbd2e561714207388af69820cee2743dbcbc3;p=thirdparty%2Fdracut.git fix(watchdog): replace return with echo --- diff --git a/modules.d/04watchdog/module-setup.sh b/modules.d/04watchdog/module-setup.sh index 15bcd8972..fdc629868 100755 --- a/modules.d/04watchdog/module-setup.sh +++ b/modules.d/04watchdog/module-setup.sh @@ -7,7 +7,8 @@ check() { # called by dracut depends() { - return "watchdog-modules" + echo watchdog-modules + return 0 } # called by dracut