mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-07-31 21:43:05 +08:00
Fix #209
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user