mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-04 20:32:19 +08:00
typo
This commit is contained in:
@@ -86,7 +86,7 @@ proxmoxve_deploy(){
|
||||
|
||||
# This is required.
|
||||
_getdeployconf DEPLOY_PROXMOXVE_API_TOKEN_KEY
|
||||
if [ -z "$_proxmoxve_api_token_key" ];then
|
||||
if [ -z "$DEPLOY_PROXMOXVE_API_TOKEN_KEY" ];then
|
||||
_err "API key not provided."
|
||||
return 1
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user