mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-15 15:04:01 +08:00
Fixed bad variable.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user