2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00

feat: 将缓存同步移到安装脚本

This commit is contained in:
耗子
2024-12-30 11:49:48 +08:00
parent bafdaa460b
commit d8a4e7080f

View File

@@ -864,8 +864,5 @@ func (s *CliService) Init(ctx context.Context, cmd *cli.Command) error {
return err
}
// 初始化缓存
_ = s.cacheRepo.UpdateApps()
_ = s.cacheRepo.UpdateRewrites()
return nil
}