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