diff options
Diffstat (limited to 'routers')
-rw-r--r-- | routers/install.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/routers/install.go b/routers/install.go index c65f26296a..b2c1d6ea01 100644 --- a/routers/install.go +++ b/routers/install.go @@ -89,8 +89,8 @@ func GlobalInit() { checkRunMode() if setting.StartSSHServer { - ssh.Listen(setting.SSHPort) - log.Info("SSH server started on :%v", setting.SSHPort) + ssh.Listen(setting.SSHListenPort) + log.Info("SSH server started on :%v", setting.SSHListenPort) } // Build Sanitizer |