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 dcbc992 commit b88625cCopy full SHA for b88625c
deploy/docker-compose/dtctl
@@ -1211,6 +1211,12 @@ if [ ! 0 == $# ]; then # If options provided then
1211
else
1212
Info "mysql character set check completed OK!!"
1213
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
1220
if [[ $(first_gt_second $TO_VERSION 1.8.6) == true ]]; then
1221
docker exec -i $server_container_id /bin/bash -c "python manage.py load_hook_strategy" 2> /dev/null
1222
Info "Refresh rule complete OK!!"
0 commit comments