mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
minor
This commit is contained in:
parent
8cd4fd0b50
commit
e735d8d4e5
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
|
||||||
|
Loading…
Reference in New Issue
Block a user