We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82215b commit 85dfbe7Copy full SHA for 85dfbe7
scripts/deploy_func.sh
@@ -203,7 +203,7 @@ function start_server() {
203
204
echo "${root_dir}/bin/dingodb_server -role=${role}"
205
206
- nohup ${root_dir}/bin/dingodb_server -role=${role} 2>&1 >./log/out &
+ nohup ${root_dir}/bin/dingodb_server -role=${role} >./log/out 2>&1 &
207
}
208
209
function start_program() {
0 commit comments