echo "${STARTUP}"
echo -e ${STARTUP}
All other `entrypoint.sh` files use this change, so just making the incorrect ones match the rest It also caused issues with complex startup commands that utilize if statements and such, so hopefully this fixes those issues