mirror of
https://github.com/minio/minio.git
synced 2025-05-21 17:43:48 -04:00
Fixing donut location
This commit is contained in:
parent
c486d5c3f7
commit
ad370f341b
@ -157,7 +157,7 @@ func getDriverChannels(driverType DriverType) (ctrlChans []chan<- string, status
|
|||||||
log.Errorln(iodine.New(err, nil))
|
log.Errorln(iodine.New(err, nil))
|
||||||
return nil, nil, nil
|
return nil, nil, nil
|
||||||
}
|
}
|
||||||
root := path.Join(u.HomeDir, "minio-driver", "donut")
|
root := path.Join(u.HomeDir, "minio-storage", "donut")
|
||||||
ctrlChan, statusChan, driver = donut.Start(root)
|
ctrlChan, statusChan, driver = donut.Start(root)
|
||||||
ctrlChans = append(ctrlChans, ctrlChan)
|
ctrlChans = append(ctrlChans, ctrlChan)
|
||||||
statusChans = append(statusChans, statusChan)
|
statusChans = append(statusChans, statusChan)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user