William Sellitti 3 年之前
父节点
当前提交
37031721dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deploy/proxmoxve.sh

+ 1 - 1
deploy/proxmoxve.sh

@@ -86,7 +86,7 @@ proxmoxve_deploy(){
 
 
   # This is required.
   # This is required.
   _getdeployconf DEPLOY_PROXMOXVE_API_TOKEN_KEY
   _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."
     _err "API key not provided."
     return 1
     return 1
   else
   else