Skip to content

Commit

Permalink
[dingo-docker] update start script about driver in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
astor-oss committed Jul 1, 2022
1 parent d18c990 commit a4a1f9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/templates/bin/start-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ nohup java ${JAVA_OPTS} \
-classpath ${JAR_PATH} \
io.dingodb.cli.Tools driver \
--config ${ROOT}/conf/client.yaml \
$@ \
> /home/dingo/log/dingo/driver.out 2>&1 &
$@ > ${ROOT}/log/driver.out

0 comments on commit a4a1f9c

Please sign in to comment.