1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00

fix typo(2) in watchdog init script

SVN-Revision: 10727
This commit is contained in:
Matteo Croce 2008-04-03 21:01:16 +00:00
parent cd4447d269
commit 633e548e01

View File

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