mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-05-06 22:12:23 +08:00
fix: typo error
This commit is contained in:
@@ -2,7 +2,7 @@ package settings
|
||||
|
||||
type Logrotate struct {
|
||||
Enabled bool `json:"enabled"`
|
||||
CMD string `json:"cmd" protect:"true"`
|
||||
CMD string `json:"cmd" protected:"true"`
|
||||
Interval int `json:"interval"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user