From: Matteo Croce Date: Thu, 3 Apr 2008 21:01:16 +0000 (+0000) Subject: fix typo(2) in watchdog init script X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=633e548e0116bc18167d0f4d3dda9a81fa1473c3;p=librecmc%2Flibrecmc.git fix typo(2) in watchdog init script SVN-Revision: 10727 --- diff --git a/package/base-files/files/etc/init.d/watchdog b/package/base-files/files/etc/init.d/watchdog index b9286f7de4..adb8f57c13 100755 --- a/package/base-files/files/etc/init.d/watchdog +++ b/package/base-files/files/etc/init.d/watchdog @@ -3,5 +3,5 @@ START=97 start() { - [ -c /dev/watchtog ] && watchdog -t 5 /dev/watchdog + [ -c /dev/watchdog ] && watchdog -t 5 /dev/watchdog }