]> git.pld-linux.org Git - packages/watchdog.git/commitdiff
- fix verbose handling (Grzesiek Sojka <grzes@yen.ipipan.waw.pl>)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 6 Nov 2003 16:48:13 +0000 (16:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    watchdog.init -> 1.10

watchdog.init

index 9393d72fb1860de30e6e169caf656fb5eb56b3c2..2419ff86c6cfbe5d785a609c13e9e3fe390a4eef 100644 (file)
@@ -40,7 +40,7 @@ case "$1" in
                        done
                fi
 
-               if [ ${VERBOSE}="yes" ]; then
+               if [ "${VERBOSE}" = "yes" ]; then
                        daemon watchdog -v
                else
                        daemon watchdog
This page took 0.059122 seconds and 4 git commands to generate.