Update announcement.gemspec
This commit is contained in:
parent
8689527128
commit
5a66c453c2
|
@ -52,9 +52,9 @@ if old_gemfile_text != new_gemfile_text
|
|||
if pid_file.count == 0
|
||||
command2 = ''
|
||||
else
|
||||
command2 = 'kill -s TERM `cat tmp/pids/unicorn.pid`'
|
||||
command2 = '&& kill -s TERM `cat tmp/pids/unicorn.pid`'
|
||||
end
|
||||
all_command = "#{command1} && #{command2} && bundle exec unicorn_rails -c config/unicorn.rb -D -E development"
|
||||
all_command = "#{command1} #{command2} && bundle exec unicorn_rails -c config/unicorn.rb -D -E development"
|
||||
a = Thread.start do
|
||||
Bundler.with_clean_env do
|
||||
puts ENV['PWD']
|
||||
|
|
Loading…
Reference in New Issue