修改:调整代码结构

git-svn-id: svn://47.119.165.148/zhub@110 e63fbceb-bcc3-4977-ac22-735b83d8d0f4
This commit is contained in:
lxy
2021-02-24 10:20:43 +00:00
parent c711cc10ae
commit 40caa50fb7
6 changed files with 129 additions and 166 deletions

2
app.go
View File

@@ -35,7 +35,7 @@ func main() {
} else {
switch os.Args[2] {
case "timer":
cli.Cmd("reload-timer-config")
cli.Cmd("reload-timer")
case "shutdown":
cli.Cmd("shutdown")
}