Skip to content

Commit 8e8a30a

Browse files
authored
Merge pull request #1827 from HXSecurity/beta
Beta
2 parents 688e6b6 + ac2f1c2 commit 8e8a30a

File tree

1 file changed

+1
-1
lines changed
  • deploy/docker-compose

1 file changed

+1
-1
lines changed

deploy/docker-compose/dtctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ if [ ! 0 == $# ]; then # If options provided then
13121312
docker run -i --name dongtai-server-update -v $PWD/config-tutorial.ini:/opt/dongtai/dongtai_conf/conf/config.ini --rm \
13131313
--link `docker ps | grep dongtai-mysql | awk '{print $1}'`:dongtai-mysql \
13141314
--link `docker ps | grep dongtai-redis | awk '{print $1}'`:dongtai-redis \
1315-
--network dongtainetwork $(get_image_registry 2)/dongtai-server:$TO_VERSION migrate || exit 1
1315+
--network dongtainetwork $(get_image_registry 2)/dongtai-server:$TO_VERSION migrate 2> /dev/null || exit 1
13161316
fi
13171317

13181318
if [ $TO_VERSION = 1.8.0 ]; then

0 commit comments

Comments
 (0)