Fuse2 fix

This commit is contained in:
Caleb Gardner
2023-01-18 02:31:08 -06:00
parent 187da99dd6
commit e9e967f085
+1 -1
View File
@@ -21,7 +21,7 @@ func (r *Reader) MountFuse2(mountpoint string) (err error) {
if err != nil {
return
}
<-r.con.Ready
<-r.con2.Ready
r.mount2Done = make(chan struct{})
go func() {
fs.Serve(r.con2, squashFuse2{r: r})