This commit is contained in:
neilpang 2016-11-01 20:38:00 +08:00
parent 610e0f21d6
commit e7d4352292
1 changed files with 1 additions and 1 deletions

View File

@ -1728,7 +1728,7 @@ _apachePath() {
fi
fi
if ! _exec $_APACHECTL -V ; then
if ! _exec $_APACHECTL -V >/dev/null ; then
_exec_err
return 1
fi