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>
This commit is contained in:
parent
999d1a690c
commit
c48924cfbb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user