instaweb: Nicer error message when the http daemon isn't found
Signed-off-by: Fredrik Kuivinen <frekui@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>maint
parent
cdc0873a78
commit
f281e3a1c5
|
@ -53,6 +53,9 @@ start_httpd () {
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
echo "$httpd_only not found. Install $httpd_only or use" \
|
||||||
|
"--httpd to specify another http daemon."
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
if test $? != 0; then
|
if test $? != 0; then
|
||||||
echo "Could not execute http daemon $httpd."
|
echo "Could not execute http daemon $httpd."
|
||||||
|
|
Loading…
Reference in New Issue