S13watchdog: fix program check

This commit is contained in:
Calin Crisan 2019-02-17 16:45:48 +02:00
parent 2192bdf418
commit f28555552a

View File

@ -5,7 +5,7 @@ DEV="/dev/watchdog"
PROG="/sbin/watchdog"
test -c ${PROG} || exit 0
test -x ${PROG} || exit 0
test -c ${DEV} || exit 0
test -n "${OS_VERSION}" || source /etc/init.d/base