tinyhttpd: don't test if the binary exists in the init script

The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018.05.x
Carlos Santos 2018-04-15 23:29:39 -03:00 committed by Thomas Petazzoni
parent 999d1a690c
commit c48924cfbb
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
NAME=tinyhttpd
test -x /usr/sbin/$NAME || exit 0
mkdir -p /var/www
case "$1" in