bugfix:新增compatible_mode配置项,用来适配7400,9140环境

This commit is contained in:
fumingwei
2022-10-17 14:40:29 +08:00
parent 01cf2b2639
commit b5ca5aa059
3 changed files with 22 additions and 14 deletions

View File

@@ -51,6 +51,6 @@ if [ -f "$K3S_BIN_PATH" ]; then
else
systemctl start tsg-diagnose
sleep 10
docker exec -it dign-client /bin/sh -c "python bin/client.py"
docker exec -it dign-client /bin/sh -c "python bin/client.py -o"
fi

View File

@@ -51,6 +51,6 @@ if [ -f "$K3S_BIN_PATH" ]; then
else
systemctl start tsg-diagnose
sleep 10
docker exec -it dign-client /bin/sh -c "python bin/client.py -l"
docker exec -it dign-client /bin/sh -c "python bin/client.py -l -o"
fi