Skip to content

Commit 85dfbe7

Browse files
yuhaijun999ketor
authored andcommitted
[clore][script] Fix log file cannot be entered correctly.
1 parent c82215b commit 85dfbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy_func.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ function start_server() {
203203

204204
echo "${root_dir}/bin/dingodb_server -role=${role}"
205205

206-
nohup ${root_dir}/bin/dingodb_server -role=${role} 2>&1 >./log/out &
206+
nohup ${root_dir}/bin/dingodb_server -role=${role} >./log/out 2>&1 &
207207
}
208208

209209
function start_program() {

0 commit comments

Comments
 (0)