[REV] local volume default partition set is c:\

This commit is contained in:
barnett 2018-12-10 13:57:16 +08:00
parent fc7880bf4b
commit bab5f858f6

View File

@ -45,7 +45,7 @@ func CreateLocalVolume(w http.ResponseWriter, r *http.Request) {
localPath := os.Getenv("LOCAL_DATA_PATH")
if runtime.GOOS == "windows" {
if localPath == "" {
localPath = `d:\\`
localPath = `c:\`
}
} else {
if localPath == "" {