This commit is contained in:
Unknown 2014-05-28 01:53:06 -04:00
parent ff690fd976
commit ab13a29cb5
13 changed files with 71 additions and 59 deletions

View file

@ -88,7 +88,7 @@ func In(b string, sl map[string]int) bool {
}
func runServ(k *cli.Context) {
setup("log/serv.log")
setup(path.Join(setting.LogRootPath, "serv.log"))
keys := strings.Split(os.Args[2], "-")
if len(keys) != 2 {