Commit e7d43522 authored by neilpang's avatar neilpang
Browse files

minor

parent 610e0f21
......@@ -1728,7 +1728,7 @@ _apachePath() {
fi
fi
if ! _exec $_APACHECTL -V ; then
if ! _exec $_APACHECTL -V >/dev/null ; then
_exec_err
return 1
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment