mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 08:19:15 +08:00
fix: 解决系统启动时同步应用导致的报错 (#1301)
This commit is contained in:
parent
e91b7caf4f
commit
de7ef19034
@ -22,7 +22,7 @@ func syncApp() {
|
||||
}
|
||||
global.LOG.Info("sync app start...")
|
||||
if err := service.NewIAppService().SyncAppListFromRemote(); err != nil {
|
||||
global.LOG.Errorf("sync app error: %s", err.Error())
|
||||
global.LOG.Errorf("sync app error")
|
||||
return
|
||||
}
|
||||
global.LOG.Info("sync app successful")
|
||||
|
Loading…
x
Reference in New Issue
Block a user