Commit 76fe5d88 authored by William Sellitti's avatar William Sellitti
Browse files

those where flipped by mistake

parent 37031721
......@@ -33,9 +33,9 @@ proxmoxve_deploy(){
# "Sane" defaults.
_getdeployconf DEPLOY_PROXMOXVE_SERVER
if [ -z "$DEPLOY_PROXMOXVE_SERVER" ]; then
_target_hostname="$DEPLOY_PROXMOXVE_SERVER"
else
_target_hostname="$_cdomain"
else
_target_hostname="$DEPLOY_PROXMOXVE_SERVER"
fi
_debug2 DEPLOY_PROXMOXVE_SERVER "$_target_hostname"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment