For now, chown the server directory when the server starts
This commit is contained in:
@@ -200,7 +200,7 @@ func FromConfiguration(data []byte, cfg *config.SystemConfiguration) (*Server, e
|
||||
s.Environment = env
|
||||
s.Cache = cache.New(time.Minute*10, time.Minute*15)
|
||||
s.Filesystem = &Filesystem{
|
||||
Root: cfg.Data,
|
||||
Configuration: cfg,
|
||||
Server: s,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user