fix(prox): setup

This commit is contained in:
arcnmx 2025-09-09 05:42:12 -07:00
parent ceea71c77a
commit d80fd6fd5f
3 changed files with 7 additions and 3 deletions

View file

@ -41,4 +41,4 @@ if ! ping -w${ARG_TIMEOUT} -c1 "$ARG_HOSTNAME" >/dev/null 2>&1; then
fi
fi
echo "${DEPLOY_USER-}${DEPLOY_USER+@}$ARG_HOSTNAME"
echo "${DEPLOY_USER-}${DEPLOY_USER:+@}$ARG_HOSTNAME"