Automatically write a logrotate file to the disk when wings boots if directory exists; closes pterodactyl/panel#2312

This commit is contained in:
Dane Everitt
2020-09-03 20:13:51 -07:00
parent b6008108ac
commit e09cc3d2dd
4 changed files with 66 additions and 3 deletions

2
go.mod
View File

@@ -70,7 +70,7 @@ require (
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/text v0.3.3 // indirect
golang.org/x/text v0.3.3
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
golang.org/x/tools v0.0.0-20200509030707-2212a7e161a5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect