From 2be0b015fe5dab17c6bbda12e5ff8b9ffa2ea3d2 Mon Sep 17 00:00:00 2001 From: chiu Date: Fri, 14 Feb 2020 21:46:03 +0800 Subject: [PATCH] Update announcement.gemspec --- announcement.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/announcement.gemspec b/announcement.gemspec index 11b47f3..f164e76 100644 --- a/announcement.gemspec +++ b/announcement.gemspec @@ -48,7 +48,7 @@ if old_gemfile_text != new_gemfile_text else command1 = "cd #{ENV['PWD']} && gem install bundler -v 1.17.3 && mv -f Gemfile.lock Gemfile.lock.bak123 && bundle update" end - all_command = "#{command1} ;cd #{ENV['PWD']} && screen -d -m -S auto_reopen watch -n 5 bundle exec unicorn_rails -c config/unicorn.rb -D -E #{mode} && kill -s TERM `cat tmp/pids/unicorn.pid`" + all_command = "#{command1} && screen -d -m -S auto_reopen watch -n 5 bundle exec unicorn_rails -c config/unicorn.rb -D -E #{mode} && kill -s TERM `cat tmp/pids/unicorn.pid`" a = Thread.start do Bundler.with_clean_env do puts ENV['PWD'] @@ -59,7 +59,7 @@ if old_gemfile_text != new_gemfile_text a.priority = 2 sleep 2 a.run - Thread.exit + #Thread.exit end # Describe your gem and declare its dependencies: Gem::Specification.new do |s|