mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-08 23:28:39 +03:00
minor fixes
This commit is contained in:
@@ -32,7 +32,7 @@ const (
|
||||
PermCreateSymlinks = "create_symlinks"
|
||||
// changing file or directory permissions is allowed
|
||||
PermChmod = "chmod"
|
||||
// changing file or directory owner is allowed
|
||||
// changing file or directory owner and group is allowed
|
||||
PermChown = "chown"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user