The result of the following bash script is "empty line" in output
ssh dev@my_service <<EOF
START_SERVICE_TIME_IS_UP=124
echo $START_SERVICE_TIME_IS_UP
exit
EOF
Can't understand why. I'd expect to see "124" in output. The remote server is running Red Hat linux.