fix(watchdog): replace return with echo

master
Peter Levine 2021-02-01 22:17:06 -05:00 committed by Jóhann B. Guðmundsson
parent 939b7e11d5
commit c35cbd2e56
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ check() {

# called by dracut
depends() {
return "watchdog-modules"
echo watchdog-modules
return 0
}

# called by dracut