change azure file mount permission to 0777

pull/58/head
andyzhangx 2018-10-16 07:51:05 +00:00
parent cf3a930938
commit ccac3a51f3
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ const (
dirMode = "dir_mode"
gid = "gid"
vers = "vers"
defaultFileMode = "0755"
defaultDirMode = "0755"
defaultFileMode = "0777"
defaultDirMode = "0777"
defaultVers = "3.0"
)