Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
2018-03-08 09:40:04 +0800
Commit
fb6ba5ce40a2520e4824ed60df94d0da148bc85e
1 parent
62911f9e
pch5切换
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-service-switch/src/main/java/com/monitor/switchs/Pch5SwitchCtrl.java
monitor-service-switch/src/main/java/com/monitor/switchs/Pch5SwitchCtrl.java
View file @
fb6ba5c
...
...
@@ -211,7 +211,7 @@ public class Pch5SwitchCtrl {
//TODO 检查是否灰度
String
hostFileContent
=
exe
(
"pch5_get.py"
);
if
(
StringUtils
.
isNotBlank
(
hostFileContent
)&&
hostFileContent
.
indexOf
(
"gray"
)>=
0
){
az2InGray
=
fals
e
;
az2InGray
=
tru
e
;
}
}
...
...
Please
register
or
login
to post a comment