mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-17 03:04:46 +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...")
|
global.LOG.Info("sync app start...")
|
||||||
if err := service.NewIAppService().SyncAppListFromRemote(); err != nil {
|
if err := service.NewIAppService().SyncAppListFromRemote(); err != nil {
|
||||||
global.LOG.Errorf("sync app error: %s", err.Error())
|
global.LOG.Errorf("sync app error")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
global.LOG.Info("sync app successful")
|
global.LOG.Info("sync app successful")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user