houston server config에 storagepath 추가
This commit is contained in:
@ -73,7 +73,7 @@ func main() {
|
||||
}
|
||||
|
||||
if ent.IsDir() {
|
||||
if err := os.MkdirAll(ent.Name(), os.ModePerm); err != nil {
|
||||
if err := os.MkdirAll(ent.Name(), 0775); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user