Skip to content

Commit

Permalink
Merge branch 'master' of github.com:googlecloudplatform/gcsfuse
Browse files Browse the repository at this point in the history
  • Loading branch information
lezh committed Jun 7, 2021
2 parents 9c5da28 + caa798a commit e846581
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/mount_gcsfuse/find.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func findFusermount() (p string, err error) {
candidates := []string{
"/bin/fusermount",
"/usr/bin/fusermount",
"/run/current-system/sw/bin/fusermount",
}

for _, c := range candidates {
Expand All @@ -59,6 +60,7 @@ func findGcsfuse() (p string, err error) {
"gcsfuse",
"/usr/bin/gcsfuse",
"/usr/local/bin/gcsfuse",
"/run/current-system/sw/bin/gcsfuse",
}

for _, c := range candidates {
Expand Down

0 comments on commit e846581

Please sign in to comment.