Skip to content
Snippets Groups Projects
Commit 2238f35c authored by Ismael Posada Trobo's avatar Ismael Posada Trobo
Browse files

DEV: Fix methods removed in Ruby 3.2

parent c1c7ffd4
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ before_fork do |server, worker|
if supervisor > 0
Thread.new do
while true
unless File.exists?("/proc/#{supervisor}")
unless File.exist?("/proc/#{supervisor}")
puts "Kill self supervisor is gone"
Process.kill "TERM", Process.pid
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment