This commit is contained in:
William Sellitti 2022-06-18 15:52:18 -04:00
parent 3cc283cbee
commit 37031721dd
1 changed files with 1 additions and 1 deletions

View File

@ -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