Browse Source

fix(watchdog): replace return with echo

master
Peter Levine 4 years ago committed by Jóhann B. Guðmundsson
parent
commit
c35cbd2e56
  1. 3
      modules.d/04watchdog/module-setup.sh

3
modules.d/04watchdog/module-setup.sh

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

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

# called by dracut

Loading…
Cancel
Save