mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
fix typo in watchdog init script
SVN-Revision: 10726
This commit is contained in:
parent
b526f65baf
commit
cd4447d269
1 changed files with 1 additions and 1 deletions
|
|
@ -3,5 +3,5 @@
|
|||
|
||||
START=97
|
||||
start() {
|
||||
[ -f /dev/watchtog ] && watchdog -t 5 /dev/watchdog
|
||||
[ -c /dev/watchtog ] && watchdog -t 5 /dev/watchdog
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue