mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-02 14:02:51 +09:00
Move custom dir to custom/
This commit is contained in:
2
serve.go
2
serve.go
@ -58,7 +58,7 @@ func runServ(*cli.Context) {
|
||||
|
||||
cmd := os.Getenv("SSH_ORIGINAL_COMMAND")
|
||||
if cmd == "" {
|
||||
printf("Hi %s! You've successfully authenticated, but Gogs does not provide shell access.\n", user.Name)
|
||||
fmt.Printf("Hi %s! You've successfully authenticated, but Gogs does not provide shell access.\n", user.Name)
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user