diff --git a/bin/start_be.sh b/bin/start_be.sh index 4c476d2797829d..35b453a407c688 100755 --- a/bin/start_be.sh +++ b/bin/start_be.sh @@ -182,9 +182,7 @@ if [[ "${RUN_VERSION}" -eq 1 ]]; then exit 0 fi - - -if [[ "${SKIP_CHECK_ULIMIT:-"false"}" != "true" ]]; then +if [[ "${SKIP_CHECK_ULIMIT:- "false"}" != "true" ]]; then if [[ "$(uname -s)" != 'Darwin' ]]; then MAX_MAP_COUNT="$(cat /proc/sys/vm/max_map_count)" if [[ "${MAX_MAP_COUNT}" -lt 2000000 ]]; then