diff --git a/lib/aethyr/core/connection/server.rb b/lib/aethyr/core/connection/server.rb index 4d4d3c77160279517302110b3c1a9b8ae9e85e3a..bda52f49cff12fe683592d6a7576b875c2967319 100644 --- a/lib/aethyr/core/connection/server.rb +++ b/lib/aethyr/core/connection/server.rb @@ -51,7 +51,7 @@ module Aethyr updateTask.execute saveTask.execute - listener = server_socket('0.0.0.0', 8888) + listener = server_socket(address, port) File.open("logs/server.log", "a") { |f| f.puts "#{Time.now} Server started." } log "Server up and running on #{address}:#{port}", 0