diff --git a/script/update_process_concurrency.rb b/script/update_process_concurrency.rb index 4945ec9..ac28dd8 100755 --- a/script/update_process_concurrency.rb +++ b/script/update_process_concurrency.rb @@ -3,6 +3,8 @@ require File.expand_path('../../lib/postal/config', __FILE__) worker_quantity = Postal.config.workers&.quantity || 1 hash = { + 'root' => Postal.app_root.to_s, + 'user' => ENV['USER'], 'processes' => { 'worker' => { 'quantity' => worker_quantity