Skip to content

Commit 5e2cceb

Browse files
committed
修复重复同步ver问题
1 parent a957d4d commit 5e2cceb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hsweb-web-starter/src/main/java/org/hsweb/web/starter/SystemInitialize.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ protected void install() throws Exception {
141141
} else if (frameworkCompare < 0) {
142142
tryUpgradeFramework();
143143
sync = true;
144-
syncSystemVersion();
145144
} else {
146145
if (logger.isInfoEnabled())
147146
logger.info("framework : {}", installedVersion.getFrameworkVersion());

0 commit comments

Comments
 (0)