1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-24 22:55:42 +00:00
This commit is contained in:
neilpang
2016-11-01 20:38:00 +08:00
parent 610e0f21d6
commit e7d4352292
+1 -1
View File
@@ -1728,7 +1728,7 @@ _apachePath() {
fi fi
fi fi
if ! _exec $_APACHECTL -V ; then if ! _exec $_APACHECTL -V >/dev/null ; then
_exec_err _exec_err
return 1 return 1
fi fi