mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
fix typo in watchdog init script
SVN-Revision: 10726
This commit is contained in:
parent
b526f65baf
commit
cd4447d269
@ -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…
x
Reference in New Issue
Block a user