mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-04 12:22:19 +08:00
minor
This commit is contained in:
2
acme.sh
2
acme.sh
@@ -146,7 +146,7 @@ _dlg_versions() {
|
|||||||
|
|
||||||
echo "apache:"
|
echo "apache:"
|
||||||
if [ "$_APACHECTL" ] && _exists "$_APACHECTL"; then
|
if [ "$_APACHECTL" ] && _exists "$_APACHECTL"; then
|
||||||
_APACHECTL -V 2>&1
|
$_APACHECTL -V 2>&1
|
||||||
else
|
else
|
||||||
echo "apache doesn't exists."
|
echo "apache doesn't exists."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user