mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
fix issue for apache
This commit is contained in:
7
le.sh
7
le.sh
@@ -296,6 +296,9 @@ _apachePath() {
|
||||
}
|
||||
|
||||
_restoreApache() {
|
||||
if [ -z "$usingApache" ] ; then
|
||||
return 0
|
||||
fi
|
||||
_initpath
|
||||
if ! _apachePath ; then
|
||||
return 1
|
||||
@@ -353,7 +356,7 @@ Require all granted
|
||||
_restoreApache
|
||||
return 1;
|
||||
fi
|
||||
|
||||
usingApache="1"
|
||||
return 0
|
||||
}
|
||||
|
||||
@@ -440,6 +443,8 @@ issue() {
|
||||
return 1
|
||||
fi
|
||||
wellknown_path="$ACME_DIR"
|
||||
else
|
||||
usingApache=""
|
||||
fi
|
||||
|
||||
createAccountKey $Le_Domain $Le_Keylength
|
||||
|
||||
Reference in New Issue
Block a user