Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeOnePlus committed Dec 11, 2024
1 parent 8e0df9a commit dc645ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/runtime/be/resource/init_be.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ _main() {
fi
check_be_status
doris_note "Ready to start BE!"
${DORIS_HOME}/be/bin/start_be.sh --console &
${DORIS_HOME}/be/bin/start_be.sh --skip_check_ulimit &
child_pid=$!
wait $child_pid
exec "$@"
Expand Down

0 comments on commit dc645ab

Please sign in to comment.