mirror of https://github.com/1Panel-dev/1Panel
feat: 修改文件名称
parent
8cf6f2fe64
commit
cc17499207
|
@ -504,7 +504,7 @@ func getAppFromOss() error {
|
|||
return err
|
||||
}
|
||||
appDir := constant.AppResourceDir
|
||||
content, _ := os.ReadFile(path.Join(appDir, "apps.json"))
|
||||
content, _ := os.ReadFile(path.Join(appDir, "list.json"))
|
||||
|
||||
if content != nil {
|
||||
oldConfig := &dto.AppOssConfig{}
|
||||
|
|
Loading…
Reference in New Issue