fix typo in watchdog init script

SVN-Revision: 10726
master
Matteo Croce 17 years ago
parent b526f65baf
commit cd4447d269
  1. 2
      package/base-files/files/etc/init.d/watchdog

@ -3,5 +3,5 @@
START=97 START=97
start() { start() {
[ -f /dev/watchtog ] && watchdog -t 5 /dev/watchdog [ -c /dev/watchtog ] && watchdog -t 5 /dev/watchdog
} }

Loading…
Cancel
Save