fix(watchdog): replace return with echo
parent
939b7e11d5
commit
c35cbd2e56
|
@ -7,7 +7,8 @@ check() {
|
||||||
|
|
||||||
# called by dracut
|
# called by dracut
|
||||||
depends() {
|
depends() {
|
||||||
return "watchdog-modules"
|
echo watchdog-modules
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
# called by dracut
|
# called by dracut
|
||||||
|
|
Loading…
Reference in New Issue