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