1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-12 00:42:56 +00:00
This commit is contained in:
neilpang
2017-03-03 22:03:19 +08:00
parent 8cd4fd0b50
commit e735d8d4e5
+1 -1
View File
@@ -146,7 +146,7 @@ _dlg_versions() {
echo "apache:"
if [ "$_APACHECTL" ] && _exists "$_APACHECTL"; then
_APACHECTL -V 2>&1
$_APACHECTL -V 2>&1
else
echo "apache doesn't exists."
fi