提交 f281e3a1 编写于 作者: F Fredrik Kuivinen 提交者: Junio C Hamano

instaweb: Nicer error message when the http daemon isn't found

Signed-off-by: NFredrik Kuivinen <frekui@gmail.com>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 cdc0873a
......@@ -53,6 +53,9 @@ start_httpd () {
return
fi
done
echo "$httpd_only not found. Install $httpd_only or use" \
"--httpd to specify another http daemon."
exit 1
fi
if test $? != 0; then
echo "Could not execute http daemon $httpd."
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册