|
@@ -46,7 +46,7 @@ func main() {
|
|
continue
|
|
continue
|
|
} else if status == "CHANGE" || status == "NONE" {
|
|
} else if status == "CHANGE" || status == "NONE" {
|
|
if lastStatus == "CHANGE" && status == "CHANGE" { // 供更新使用
|
|
if lastStatus == "CHANGE" && status == "CHANGE" { // 供更新使用
|
|
- commonConfig.InitCloudConfig()
|
|
|
|
|
|
+ commonConfig.InitPlatformConfig()
|
|
continue
|
|
continue
|
|
}
|
|
}
|
|
if lastStatus == "NONE" && status == "NONE" {
|
|
if lastStatus == "NONE" && status == "NONE" {
|