Skip to content

Commit

Permalink
bk-booster -af支持目录 TencentBlueKing#106
Browse files Browse the repository at this point in the history
  • Loading branch information
tbs60 committed Aug 9, 2023
1 parent 5c17809 commit 554cd95
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/backend/booster/bk_dist/booster/pkg/booster.go
Original file line number Diff line number Diff line change
Expand Up @@ -629,10 +629,6 @@ func (b *Booster) sendAdditionFile() {
continue
}

if info.Basic().IsDir() {
continue
}

lt := ""
if info.Basic().Mode().IsDir() {
if lInfo := dcFile.Lstat(f); lInfo.Basic().Mode()&os.ModeSymlink != 0 {
Expand Down

0 comments on commit 554cd95

Please sign in to comment.