mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Changed server initialize message
This commit is contained in:
parent
bbe22e96e3
commit
dc1e6ed4c2
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ at_exit do
|
|||
|
||||
server.ssl = config.ssl
|
||||
|
||||
puts "Listening on #{config.scheme}://0.0.0.0:#{config.port}"
|
||||
puts "Kemal is ready to lead at #{config.scheme}://0.0.0.0:#{config.port}"
|
||||
server.listen
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue