Si la variable Env existe
if [[ -z "${VAR}" ]]; then
echo "hello"
fi
Graceful Grivet
if [[ -z "${VAR}" ]]; then
echo "hello"
fi