Skip to content

Commit b88625c

Browse files
committed
feat: add 1.9.3
1 parent dcbc992 commit b88625c

File tree

1 file changed

+6
-0
lines changed
  • deploy/docker-compose

1 file changed

+6
-0
lines changed

deploy/docker-compose/dtctl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,12 @@ if [ ! 0 == $# ]; then # If options provided then
12111211
else
12121212
Info "mysql character set check completed OK!!"
12131213
fi
1214+
if [ $TO_VERSION = 1.9.3 ]; then
1215+
Info "token edit OK!!"
1216+
docker exec -i $server_container_id /bin/bash -c "python manage.py updatedepartmenttoken"
1217+
else
1218+
Info "token OK!!"
1219+
fi
12141220
if [[ $(first_gt_second $TO_VERSION 1.8.6) == true ]]; then
12151221
docker exec -i $server_container_id /bin/bash -c "python manage.py load_hook_strategy" 2> /dev/null
12161222
Info "Refresh rule complete OK!!"

0 commit comments

Comments
 (0)