Skip to content

Commit 52a7518

Browse files
committed
Kallistec's fix
1 parent 2a60e06 commit 52a7518

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chef-server-api/lib/chef-server-api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ def self.activate
9595
Chef::Certificate.gen_validation_key(Chef::Config[:web_ui_client_name], Chef::Config[:web_ui_key])
9696
end
9797

98+
Chef::Nanite.in_event { Chef::Log.info("Nanite is ready") }
9899
until EM.reactor_running?
99100
sleep 1
100101
end
101102

102-
Chef::Nanite.in_event { Chef::Log.info("Nanite is ready") }
103103
end
104104
end
105105

0 commit comments

Comments
 (0)