We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d92436 commit b4d46f8Copy full SHA for b4d46f8
agent/app/service/file.go
@@ -242,6 +242,8 @@ func (f *FileService) Create(op request.FileCreate) error {
242
if err := fo.LinkFile(op.LinkPath, op.Path, op.IsSymlink); err != nil {
243
return err
244
}
245
+ handleDefaultOwn(op.Path)
246
+ return nil
247
248
if err := fo.CreateFileWithMode(op.Path, fs.FileMode(mode)); err != nil {
249
0 commit comments