mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-29 22:52:43 +00:00
Fixed bad variable.
This commit is contained in:
parent
23a4af9a52
commit
4bb41cf886
@ -209,7 +209,7 @@ unifi_deploy() {
|
||||
fi
|
||||
fi
|
||||
|
||||
cp "_unifi_keystore" "${_cloudkey_certdir}/unifi.keystore.jks"
|
||||
cp "${_unifi_keystore}" "${_cloudkey_certdir}/unifi.keystore.jks"
|
||||
|
||||
cat "$_cfullchain" >"${_cloudkey_certdir}/cloudkey.crt"
|
||||
cat "$_ckey" >"${_cloudkey_certdir}/cloudkey.key"
|
||||
|
Loading…
x
Reference in New Issue
Block a user