fix typo in watchdog init script
[openwrt.git] / package / base-files / files / etc / init.d / watchdog
index 0821c8f..b9286f7 100755 (executable)
@@ -3,5 +3,5 @@
 
 START=97
 start() {
-        [ -f /dev/watchtog ] && watchdog -t 5 /dev/watchdog
+        [ -c /dev/watchtog ] && watchdog -t 5 /dev/watchdog
 }